New-VBRTapeGFSMediaSetPolicy
Short Description
Creates a new VBRTapeGFSMediaSetPolicy object.
Applies to
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
New-VBRTapeGFSMediaSetPolicy [-Medium <VBRTapeMedium[]>] [-MoveFromMediaPoolAutomatically] [-Name <string>] [-AppendToCurrentTape] [-MoveOfflineToVault] [-Vault <VBRTapeVault>] [<CommonParameters>] |
Detailed Description
This cmdlet creates a new VBRTapeGFSMediaSetPolicy object. This object contains advanced GFS media set options and is used to apply these options to a GFS media pool.
Parameters
Parameter | Description | Required | Position | Accept | Accept |
---|---|---|---|---|---|
Medium | Specifies the array of tapes. The cmdlet will add these tapes to the media set. Accepts VBRTapeMedium, GUID or string type. | False | Named | False | False |
MoveFromMediaPoolAutomatically | If set, the media set will be replenished by tapes from the parent media pool. | False | Named | False | False |
Name | Specifies the name that must be used for creating media set. | False | Named | False | False |
AppendToCurrentTape | Indicates if the new data is appended to the tape with previously written data. If set to false, a new tape is used for each backup set. | False | Named | False | False |
MoveOfflineToVault | Indicates that the tapes that go offline must be automatically moved to a vault. Use the Vault parameter to specify the vault to which you want to move the tapes from this media set. | False | Named | False | False |
Vault | Used to set vault for the MoveOfflineToVault parameter. Specifies the vault to which you want to automatically move the tapes. You can use one vault for several media pools. Accepts VBRTapeVault, GUID or string type. | 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