New-VBRFullBackupToTapePolicy
Short Description
Creates a new VBRFullBackupToTapePolicy object.
Applies to
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus
Syntax
New-VBRFullBackupToTapePolicy [-Type <VBRFullBackupToTapePolicyType>] [-MonthlyOptions <VBRMonthlyOptions>] [-WeeklyOnDays <DayOfWeek[]>] [-WarningAction <ActionPreference>] [-WarningVariable <String>] [<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 | Required | Position | Accept | Accept |
Type | Specifies the virtual synthesized full backup creation type:
Default: WeeklyOnDays. | False | Named | False | False |
Monthly | Used to set months for the Type parameter (Monthly option). Accepts VBRMonthlyOptions type. Default:
| False | Named | False | False |
Weekly | Used to set days of week for the Type parameter (WeeklyOnDays option). | False | Named | False | 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
Related Commands