New-VBRFullBackupOptions
Short Description
Creates an active full backup schedule for backup jobs.
Applies to
Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
New-VBRFullBackupOptions [-Enable] [-ScheduleType <VBRFullBackupScheduleType> {Weekly | Monthly}] [-SelectedDays <DayOfWeek[]> {Sunday | Monday | Tuesday | Wednesday | Thursday | Friday | Saturday}] [-DayNumber <VBRDayNumberInMonth> {First | Second | Third | Fourth | Last | OnDay}] [-DayOfWeek <DayOfWeek> {Sunday | Monday | Tuesday | Wednesday | Thursday | Friday | Saturday}] [-DayOfMonth <string>] [-SelectedMonths <VBRMonth[]> {January | February | March | April | May | June | July | August | September | October | November | December}][<CommonParameters>] |
Detailed Description
This cmdlet creates the VBRFullBackupOptions object that contains schedule for backup jobs. You can use this object to set up the following types of schedules for backup jobs:
- HealthCheck schedules
- Compact full backup schedules
- Active full backup schedules
Parameters
Parameter | Description | Required | Position | Accept | Accept |
---|---|---|---|---|---|
Enable | Indicates that the backup job will create active full backups. | False | Named | False |
|
ScheduleType | Specifies the active full backups schedule type.
| False | Named | False |
|
SelectedDays | For weekly backups. Specifies the day of the week when the job creates active full backups. Default: Saturday. | False | Named | False |
|
DayNumber | For monthly backups. Specifies the day of the month when the job creates active full backups.
| False | Named | False |
|
DayOfWeek | For monthly backups. Specifies the day of the week, when the job creates active full backups.
Default: Saturday. | False | Named | False |
|
DayOfMonth | For monthly backups with the OnDay option. Specifies the day of the month, when the job creates active full backups. For example, on the 3rd day of November. | False | Named | False |
|
SelectedMonths | Specifies the months, when the job creates active full backups.
Default: all months are selected. | False | Named | False |
|
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Return Type
Example 1
This command schedules a backup job to create active full backups weekly. The job will create active full backups on Sunday and Wednesday.
Example 2
This command schedules a backup job to create active full backups monthly. The job will create active full backups on the 15th of January, April and September.