--- title: "VBRMacScheduleOptions" description: "Contains schedule settings for a backup policy that the Veeam Agent backup job applies to macOS computers. New-VBRMacScheduleOptions Set-VBRMacScheduleOptions" canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/vbrmacscheduleoptions.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam PowerShell Types > VBRMacScheduleOptions" dateModified: "2026-08-19" --- # VBRMacScheduleOptions Contains schedule settings for a backup policy that the Veeam Agent backup job applies to macOS computers. ## Properties
|
Property |
Type |
Description |
|---|---|---|
|
Type |
VBRServerScheduleType |
The schedule type configured for the backup policy. |
|
DailyOptions |
VBRDailyOptions |
The daily schedule settings. |
|
MonthlyOptions |
VBRMonthlyOptions |
The monthly schedule settings. |
|
PeriodicallyOptions |
VBRPeriodicallyOptions |
The periodic schedule settings. |
|
RetryEnabled |
bool |
Indicates whether the backup job is retried if it fails. |
|
RetryCount |
integer |
The number of attempts to retry the failed backup job. |
|
RetryTimeout |
integer |
The time interval between retry attempts, in minutes. |
|
BackupTerminationWindowEnabled |
bool |
Indicates whether the backup job is stopped if it exceeds the backup window. |
|
TerminationWindow |
The backup window during which the backup job is allowed to run. |