Add-VBRTapeMediaPool
Short Description
Creates a new media pool.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Add-VBRTapeMediaPool -Name <String> [-Description <String>] -Library <VBRTapeLibrary[]> [-Medium <VBRTapeMedium[]>] [-MoveFromFreePool] [-MoveOfflineToVault] [-Vault <VBRTapeVault>] [-EnableEncryption] [-EncryptionKey <VBREncryptionKey>] [-KMSServer <VBRKMSServer>] [-MediaSetCreationPolicy <VBRTapeMediaSetCreationPolicy>] [-MediaSetName <String>] [-RetentionPolicy <VBRTapeMediaPoolRetentionPolicy>] [-NextLibOffline] [-NextLibDrivesBusy] [-NextLibNoMedia] [-SplitJobFilesBetweenDrives] [-NumberOfStreams <Int32>] [-WORM] [<CommonParameters>] |
Detailed Description
This cmdlet creates a new custom media pool.
Run the Add-VBRTapeGFSMediaPoolCreates a new GFS media pool. cmdlet to create a GFS media pool.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Description |
Specifies the description for the created media pool. If not set, Veeam Backup & Replication will enter date and time of creation by default. |
|
False |
Named |
False |
|
EnableEncryption |
Enables encryption for the data archived to tape.
Use the |
|
False |
Named |
False |
|
EncryptionKey |
Used to set the encryption key for the Specifies the encryption key you want to use to encrypt the data.
Accepts the |
|
False |
Named |
False |
|
KMSServer |
Used to set the encryption key for the Specifies the KMS Server you want to use to encrypt the data.
Accepts the |
False |
Named |
False |
|
|
Library |
Specifies the array of tape libraries. The media pool will use tapes from these libraries.
For tape library failover, use
Accepts the |
True |
Named |
True (ByPropertyName, ByValue) |
|
|
MediaSetCreationPolicy |
Specifies the settings of media set you want to apply to this media pool.
If you omit this parameter, the media creation policy will be set to
Accepts the |
False |
Named |
False |
|
|
MediaSetName |
Specifies the new name you want to assign to the media sets created in this media pool.
If you omit this parameter, the media set name will be set to |
|
False |
Named |
False |
|
Medium |
Specifies the array of tapes. The cmdlet will add these tapes to the media pool.
Accepts the |
False |
Named |
False |
|
|
MoveFromFreePool |
Defines that the media pool will be replenished by tapes from the Free media pool. |
|
False |
Named |
False |
|
MoveOfflineToVault |
Defines that the tapes that go offline must be automatically moved to a vault.
Use the |
|
False |
Named |
False |
|
Name |
Specifies the name you want to assign to the media pool. |
|
True |
Named |
False |
|
NextLibDrivesBusy |
Defines that the media pool will switch to the next library if the primary library has no available drives.
Default:
Note: To disable this option, set the parameter value to |
|
False |
Named |
False |
|
NextLibNoMedia |
Defines that the media pool will switch to the next library if the primary library has no available media.
Default:
Note: To disable this option, set the parameter value to |
|
False |
Named |
False |
|
NextLibOffline |
Defines that the media pool will switch to the next library if the primary library is offline.
Default:
Note: To disable this option, set the parameter value to |
|
False |
Named |
False |
|
NumberOfStreams |
Used to set value for the Specifies the maximum number of drives that the media pool can use.
Default: |
|
False |
Named |
False |
|
RetentionPolicy |
Specifies the retention settings you want to apply to this media pool.
If you omit this parameter, the media set name will be set to
Note: This parameter will not work in case you use the
Accepts the |
False |
Named |
False |
|
|
SplitJobFilesBetweenDrives |
Defines that one tape job will use multiple drives to write data. Drives will process source backup jobs one by one. Default: one drive is used for one tape job. |
|
False |
Named |
False |
|
Vault |
Used to set vault for the Specifies the vault to which you want to automatically move the tapes. You can use one vault for several media pools.
Accepts the |
False |
Named |
False |
|
|
WORM |
Defines that the cmdlet will add the WORM Media Pool.
Note: you cannot set retention policy when the
Default: |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Creating Media Pool with Default Settings
|
This example shows how to create a media pool with default settings.
Perform the following steps:
|
Example 2. Creating Media Pool with Specific Settings
|
This example shows how to create a media pool with the following settings:
Perform the following steps:
|
Related Commands
Get-VBRTapeLibraryReturns tape libraries.Get-VBRTapeMediumReturns tapes.Get-VBRTapeVaultReturns tape vaults.Get-VBREncryptionKeyReturns encryption keys.New-VBRTapeMediaPoolRetentionPolicyDefines retention settings of a media pool.New-VBRTapeMediaSetCreationPolicyDefines a set of rules for creating media sets.