How to delete old restore points

broken image

$metaFilePath = $backup.GetMetaFilePath($storageAccessor.FileCommander) $metaEx = new-object -ArgumentList $backup, $storageAccessor, $metaUpdater Throw ('There is no backup with specified name : ' + $backupName) $backup = ::GetAll() | Where | Select -index 0 $backupName = Read-Host 'Enter backup name for meta regeneration'Īdd-Type -Path 'C:\Program Files\Veeam\Backup and Replication\Backup\' #::InitLocal() to work with Lin repository

broken image

(Please note that this is a last resort, Veeam should clean-up old restore points by itself) Veeam does not have a built-in function to remove restore points manually, it took me a while but after trying a lot of different ways and scripts I have found a way to do it.