Get-VBRRecoveryPointObjective
Short Description
Returns a schedule for a backup copy jobs that process backups stored on external repositories.
Applies to
Platform: VMware, Hyper-V
Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Detailed Description
Returns the VBRRecoveryPointObjective object. This object contains schedule settings backup copy jobs that process backups stored on external repositories.
Parameters
Parameter | Description | Required | Position | Accept | Accept |
---|---|---|---|---|---|
Job | Specifies the backup copy job. The cmdlet will return schedule settings for the specified job. Accepts the CBackupJob type. | True | Named | True (ByValue) |
|
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Return Type
Example
This example shows how to get schedule settings for a backup copy job.
- Run Get-VBRJob to get a backup copy job. Save the result to the $job variable.
- Run Get-VBRRecoveryPointObjective with the $job variable.
Related Commands