VBOJobSchedulePolicy
Contains details about a backup job schedule settings.
Property | Type | Description |
|---|---|---|
Type | VBOJobFrequencyType | Type of the backup job schedule. Possible values:
|
PeriodicallyEvery | VBOPeriodicInterval | Time interval between the job runs. Possible values:
|
PeriodicallyOffsetMinutes | Int | Offset within an hour in minutes to start several backup jobs according to the periodic schedule. |
DailyType | VBODailyType | Days when the backup job runs. Possible values:
|
DailyTime | TimeSpan | Time to start the backup job. |
BackupWindowSettings | Details about a backup window. | |
PeriodicallyWindowSettings | Details about a backup window. | |
RetryEnabled | Bool | If True, Veeam Backup for Microsoft 365 restarts the backup job if it fails for some reason. |
RetryNumber | Int | Number of attempts to restart the backup job. |
RetryWaitInterval | Int | Time intervals between the job retry attempts in minutes. |
EnableSchedule | Bool | If True, the backup job schedule is enabled. |
Related Commands