New-VBRFullBackupToTapePolicy
Short Description
Creates schedule settings for creating virtual synthesized full backup for tape.
Applies to
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
New-VBRFullBackupToTapePolicy [-Type <VBRFullBackupToTapePolicyType>] [-MonthlyOptions <VBRMonthlyOptions>] [-WeeklyOnDays <DayOfWeek[]>] [<CommonParameters>] |
Detailed Description
This cmdlet creates the VBRFullBackupToTapePolicy object. This object contains schedule settings for creating virtual synthesized full backup for tape and is used further to apply these settings to an existing backup to tape job.
Parameters
Parameter | Description | Type | Required | Position | Accept |
---|---|---|---|---|---|
Type | Specifies the virtual synthesized full backup creation type:
Default: WeeklyOnDays. | False | Named | False | |
MonthlyOptions | Used to set months for the Type parameter (Monthly option). Default:
| Accepts the VBRMonthlyOptions object. To create this object, run the New-VBRMonthlyOptions cmdlet. | False | Named | False |
WeeklyOnDays | Used to set days of week for the Type parameter (WeeklyOnDays option). | DayOfWeek[] | False | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Creating Schedule Settings for Weekly Virtual Full Backup
This example shows how to create schedule settings for weekly virtual full backup scheduled to run on Saturdays.
New-VBRFullBackupToTapePolicy -Type WeeklyOnDays -WeeklyOnDays Saturday |
Related Commands