PowerShell script exchange
vfrolov
Influencer
Posts: 21 Liked: never
Joined: Jun 08, 2010 1:37 pm
Full Name: Vyacheslav Frolov
Contact:
Post
by vfrolov » Feb 22, 2012 7:23 am
this post
Can anybody clarify me why IsConsistent is always False for VMware Replica restore points (it's True for Legacy Replica restore points)?
Here is the example of script and result:
Code: Select all
Get-VBRReplica | foreach {
$_
Get-VBRRestorePoint $_ | sort CreationTime -Descending | foreach {
$_.CreationTime.ToString() + " IsCorrupted=" + $_.IsCorrupted + " IsConsistent=" + $_.IsConsistent
}
}
...
vtst1xp clone1 Legacy Replica 22.02.2012 9:44:25 1
22.02.2012 9:45:59 IsCorrupted=False IsConsistent=True
22.02.2012 3:45:40 IsCorrupted=False IsConsistent=True
...
vtst1xp clone4 VMware Replica 20.02.2012 14:15:37 1
22.02.2012 8:17:34 IsCorrupted=False IsConsistent=False
22.02.2012 2:17:18 IsCorrupted=False IsConsistent=False
...
Sethbartlett
Veteran
Posts: 282 Liked: 26 times
Joined: Nov 10, 2010 6:51 pm
Full Name: Seth Bartlett
Contact:
Post
by Sethbartlett » Feb 23, 2012 2:45 am
this post
It's realistically information that is irrelevant to any data you would pull:) We see mixtures in backup jobs too.
Skype:
Sethbartlett88 - Make sure to label who you are and why you want to add me
Twitter: @
sethbartlett
If my post was helpful, please like it. Sometimes twitter is quicker to hit me up if you need me.
Users browsing this forum: No registered users and 3 guests