New-VBRTapeMediaPoolRetentionPolicy
Short Description
Defines retention settings of a media pool.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
New-VBRTapeMediaPoolRetentionPolicy [-Period <VBRTapeMediaPoolPeriod>] [-Type <VBRTapeMediaPoolRetentionType>] [-Value <Int32>] [<CommonParameters>] |
Detailed Description
This cmdlet creates the VBRTapeMediaPoolRetentionPolicy object. This object contains the retention settings of media pool.
Retention policy sets overwrite protection rules. The rules are set to media pool and are applied to all tapes belonging to this media pool. After the retention period ends, the tape is queued for overwriting.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Period |
Specifies the data retention period. Use this parameter to indicate the time period for the
|
|
False |
Named |
False |
|
Type |
Specifies the data retention type:
|
|
False |
Named |
False |
|
Value |
Sets the number of days, weeks or month to protect the data. You can enter value between 1 and 999. Use this parameter to indicate the value if you set the |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
VBRTapeMediaPoolRetentionPolicy
Examples
Example 1. Creating Retention Period Rule for Media Pool
|
This command defines media pool retention rules and saves the result to the
|
Example 2. Switching Off Data Retention for Media Pool
|
This command defines media pool retention rules and saves the result to the
|