Get-VBRvCDCDPLongTermRestorePoint
Short Description
Returns long-term restore points of a Cloud Director CDP replica.
Product Edition: Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Get-VBRvCDCDPLongTermRestorePoint -Replica <VBRvCDCDPReplica> [-ApplicationConsistent] [-Last] [<CommonParameters>] |
Detailed Description
This cmdlet returns long-term restore points of a Cloud Director CDP replica.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
ApplicationConsistent |
Defines that the cmdlet will return only application-consistent restore points. |
|
False |
Named |
False |
|
Last |
Defines that the cmdlet will return only the latest long-term restore points. |
|
False |
Named |
False |
|
Replica |
Specifies the replica whose long-term restore point you want to get.
Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the VBRvCDCDPLongTermRestorePoint object that defines long-term restore point settings.
Examples
Getting Long-Term Restore Points of Cloud Director CDP Replica
This cmdlet returns long-term restore points of a Cloud Director CDP replica.
|
$replica = Get-VBRCDPReplica Get-VBRvCDCDPLongTermRestorePoint -Replica $replica |
Perform the following steps:
- Run the
Get-VBRCDPReplicaReturns CDP replicas created by CDP policies including Cloud Director CDP policies, CDP policies, cloud CDP policies and so on. cmdlet. Save the result to the$replicavariable. - Run the
Get-VBRvCDCDPLongTermRestorePointcmdlet. Set the$replicavariable as theReplicaparameter value.
Related Commands
Get-VBRCDPReplicaReturns CDP replicas created by CDP policies including Cloud Director CDP policies, CDP policies, cloud CDP policies and so on.