I have a VM with some restorepoints, a few of which does not match our retention policy:
Code: Select all
$PSDBPRD26arpm = | Get-VBRRestorePoint -Name 'psdbprd26a'
$PSDBPRD26arpm | sort -Property CreationTime -Descending | select CreationTime -Last 5
CreationTime
------------
7/17/2019 12:48:34 AM
7/16/2019 12:52:40 AM
7/15/2019 1:48:10 AM
9/28/2018 5:09:38 AM
9/27/2018 3:30:18 AM
What's the best way to do so? Support has suggested to identify them by file name and simply delete from file system, it appears to be I can't identify the folder name, perhaps the job no longer exists or I renamed it at some point.
Is there an easy way of identifying the file path of the restore point?
Edit: followup question: Where could I find the meanings of the various methods available on Veeam Powershell objects? For example, what does the delete() method on an object returned from get-vbrrestorepoint do?
Thank you,
Eugene