PowerShell script exchange
gdederick
Lurker
Posts: 2 Liked: never
Joined: Nov 11, 2015 7:28 pm
Full Name: Greg Dederick
Contact:
Post
by gdederick » Dec 30, 2022 12:36 pm
this post
Is it possible to get the most recent journal restore point available for a CDP replication job through the PowerShell module?
I've been able to get the latest restore point with the following code, but it doesn't show the latest point using the journal for our CDP jobs.
Code: Select all
$replica = Get-VBRReplica -Name "CDP Job"
Get-VBRRestorePoint -Backup $replica
Output:
VM Name Creation Time Type
------- ------------- ----
VM1 12/30/2022 12:00:26 AM Cdp
HannesK
Product Manager
Posts: 14759 Liked: 3044 times
Joined: Sep 01, 2014 11:46 am
Full Name: Hannes Kasparick
Location: Austria
Contact:
Post
by HannesK » Jan 03, 2023 6:47 am
this post
Hello,
and welcome to the forums.
Sounds like
VBRCDPShortTermRestoreInterval is doing what you ask for?
Best regards,
Hannes
gdederick
Lurker
Posts: 2 Liked: never
Joined: Nov 11, 2015 7:28 pm
Full Name: Greg Dederick
Contact:
Post
by gdederick » Jan 03, 2023 12:27 pm
this post
That's exactly what I was after, I'm not sure how I missed that cmdlet in the documentation.
Thanks!
Users browsing this forum: No registered users and 1 guest