New-VBRApplicationBackupOptions
Short Description
Creates the backup settings and full backup schedule for application backup policies.
Applies to
Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
New-VBRApplicationBackupOptions [-BackupMode {Incremental | Differential | Cumulative}] [-FullBackupScheduleType {Weekly | Monthly}] [-WeeklyScheduleType {Everyday | WeekDays | SelectedDays}] [-SelectedDays {Sunday | Monday | Tuesday | Wednesday | Thursday | Friday | Saturday}] [-DayNumber {First | Second | Third | Fourth | Last | OnDay}] [-DayOfWeek {Sunday | Monday | Tuesday | Wednesday | Thursday | Friday | Saturday}] [-DayOfMonth <string>] [-SelectedMonths {January | February | March | April | May | June | July | August | September | October | November | December}] [<CommonParameters>] |
Detailed Description
This cmdlet creates the VBRApplicationBackupOptions object that contains backup settings and full backup schedule for application backup policies.
You can use this cmdlet to create a schedule for application backup policies for the following Veeam Plug-ins managed by Veeam Backup & Replication:
- Veeam Plug-in for Oracle RMAN
- Veeam Plug-in for SAP HANA
- Veeam Plug-in for SAP on Oracle
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
BackupMode | Specifies the backup mode.
| VBRApplicationBackupMode | False | Named | False |
FullBackupScheduleType | Specifies the full backups schedule type.
| VBRFullBackupScheduleType | False | Named | False |
WeeklyScheduleType | For weekly backups. Specifies the full backups schedule type.
| VBRDailyOptionsType | False | Named | False |
SelectedDays | For weekly backups with the SelectedDays option. Specifies the day of the week when the job creates full backups:
| DayOfWeek[] | False | Named | False |
DayNumber | For monthly backups. Specifies the day of the month when the job creates full backups.
| VBRDayNumberInMonth | False | Named | False |
DayOfWeek | For monthly backups. Specifies the day of the week, when the job creates full backups.
| DayOfWeek | False | Named | False |
DayOfMonth | For monthly backups with the OnDay option. Specifies the day of the month, when the job creates full backups. For example, on the 3rd day of November. | String | False | Named | False |
SelectedMonths | Specifies the months, when the job creates full backups.
Default: all months are selected. | VBRMonth[] | False | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
This cmdlet returns the VBRApplicationBackupOptions object that contains the backup settings and full backup schedule for application backup policies.
Examples
Example 1. Scheduling Application Backup Policy to Create Full Backups Weekly
This command schedules an application backup policy to create full backups weekly. The policy will create full backups on Sunday and Wednesday.
|
Example 2. Scheduling Application Backup Policy to Create Full Backups Monthly
This command schedules an application backup policy to create full backups monthly. The policy will create full backups on the 15th of January, April and September.
|