--- title: "VBRApplicationBackupRepositoryScheduleOptions" description: "Contains schedule settings for the application backup repository snapshots. New-VBRApplicationBackupRepositoryScheduleOptions" canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/vbrapplicationbackuprepositoryscheduleoptions.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam PowerShell Types > VBRApplicationBackupRepositoryScheduleOptions" dateModified: "2026-08-19" --- # VBRApplicationBackupRepositoryScheduleOptions Contains schedule settings for the application backup repository snapshots. ## Properties

Property

Type

Description

ScheduleEnabled

Boolean

Defines whether the snapshot schedule for the application backup repository is enabled.

Type

VBRServerScheduleType

Schedule type:

  • Daily
  • Monthly
  • Periodically

DailyOptions

VBRDailyOptions

Daily schedule settings.

MonthlyOptions

VBRMonthlyOptions

Monthly schedule settings.

PeriodicallyOptions

VBRPeriodicallyOptions

Periodically schedule settings.

## Related Commands [`New-VBRApplicationBackupRepositoryScheduleOptions`](new-vbrapplicationbackuprepositoryscheduleoptions.md)