New-VBRTapeMediaSetCreationPolicy
Short Description
Defines a set of rules for creating media sets.
Applies to
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
New-VBRTapeMediaSetCreationPolicy [-DailyOptions <VBRDailyOptions>] [-Type <VBRTapeMediaSetCreationPolicyType> {Never | Always | Daily | Monthly}] [<CommonParameters>] |
Detailed Description
This cmdlet creates a new VBRTapeMediaSetCreationPolicy object. This object contains the set of rules for creating media sets. You can apply these settings when configuring media sets.
Parameters
Parameter | Description | Type | Required | Position | Accept |
---|---|---|---|---|---|
DailyOptions | Specifies the schedule settings you want to apply to the media set. Default: Selected Days, 18 hours, Saturday. | Accepts the VBRDailyOptions object. To create this object, run the New-VBRDailyOptions cmdlet. | False | Named | False |
Type | Specifies the type of policy for creating media sets:
Default: Never. | 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.
Output Object
Examples
Example 1. Creating Media Set Creation Rules - New Media Set for Every Backup Session
This command defines media set creation rules. A new media set will be created for every backup session.
|
Example 2. Creating Media Set Creation Rules - New Media Set Every Sunday
This example shows how to define media set creation rules. This cmdlet will create a new media set every Sunday at 22:00.
Perform the following steps:
|
Related Commands