--- title: "VBRLinuxScheduleOptions" description: "Contains schedule settings for a backup policy that the Veeam Agent backup job applies to Linux computers. New-VBRLinuxScheduleOptions Set-VBRLinuxScheduleOptions" canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/vbrlinuxscheduleoptions.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam PowerShell Types > VBRLinuxScheduleOptions" dateModified: "2026-08-19" --- # VBRLinuxScheduleOptions Contains schedule settings for a backup policy that the Veeam Agent backup job applies to Linux 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. |