New-VBRFileToTapeBackupPolicy
Short Description
Creates a new VBRFileToTapeBackupPolicy object.
Applies to
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus
Syntax
New-VBRFileToTapeBackupPolicy [-Type <VBRFileToTapeBackupPolicyType>] [-DailyOptions <VBRDailyOptions>] [-MonthlyOptions <VBRMonthlyOptions>] [-Enabled] [-WarningAction <ActionPreference>] [-WarningVariable <String>] [<CommonParameters>] |
Related Commands
Return Type
Detailed Description
This cmdlet creates the VBRFileToTapeBackupPolicy object. This object contains backup creation schedule settings for file to tape job and is used further to apply these settings to an existing file to tape job.
Parameters
Parameter | Description | Required | Position | Accept | Accept |
Type | Specifies the backup creation schedule type:
Default: Daily. | False | Named | False | False |
Daily | Used to set days for the Type parameter (Daily option). Default:
| False | Named | False | False |
Monthly | Used to set months for the Type parameter (Monthly option). Default:
| False | Named | False | False |
Enabled | Indicates if this schedule is enabled. Default: False. | False | Named | False | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information about common parameters, see http://go.microsoft.com/fwlink/p/?LinkID=113216.
Example
This command creates file to tape job schedule to run on last Sunday on 22:00 every month. The schedule is enabled.