Now you’re less likely to miss what’s been brewing in our knowledge base with this weekly digest
Please, try again later.
This advanced scheduling technique allows for a job to be scheduled to run at different times each day. By configuring the job to run "Periodically every 1 Hour" and then using the Schedule button to assign which hours the job may start, it is possible to create a fully granular schedule.
Notes:
Example: A company wants to configure their backup job to create a restore point every two hours during business hours, but only once a day during the weekends.
The administrator would configure the job to run every 1 hour. Then, click the Schedule button and select the time slots that align with the desired schedule.
The Veeam job scheduler will only allow a single full per day to occur. If a job is scheduled to run more than once per day, the full that is scheduled for a given day will only happen during the first job run of that day.
Using PowerShell, it is possible to force a backup job to perform an Active Full, even if another full has already been created that day.
Notes:
Get-VBRJob | where {$_.Name -eq "Backup Job Name"} | Start-VBRJob -FullBackup
Connect-VBRServer -User <string> -Password <string> [-Server <string>] [-Port <int>] [<CommonParameters>]
Your feedback has been received and will be reviewed.
Please, try again later.
Please try select less.
This form is only for KB Feedback/Suggestions, if you need help with the software open a support case
Your feedback has been received and will be reviewed.
Please, try again later.