Get-VBRRetentionPolicy
Short Description
Returns a retention policy for backup copy jobs.
Applies to
Platform: VMware, Hyper-V
Product Edition: Community, Standard, Enterprise, Enterprise Plus
Syntax
Detailed Description
This cmdlet returns a retention policy for backup copy jobs of the following types:
- Backup copy jobs that process backups stored on external repositories.
- Veeam Agent backup copy jobs.
Parameters
Parameter | Description | Required | Position | Accept | Accept |
Job | Specifies a backup copy job. The cmdlet will return a retention policy for the specified job. | True | Named | True (ByValue) |
|
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information about common parameters, see http://go.microsoft.com/fwlink/p/?LinkID=113216.
Return Type
Example
This example shows how to get a retention policy for a backup copy job.
- Run Get-VBRJob to get the backup copy job. Save the result to the $job variable.
- Run Get-VBRRetentionPolicy with the $job variable.
Related Commands