wiki:check_for_any_missing_restore_point_in_chain
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| wiki:check_for_any_missing_restore_point_in_chain [2024/02/26 10:34] – wagner.jer | wiki:check_for_any_missing_restore_point_in_chain [2026/04/08 13:06] (current) – wagner.jer | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| * In the popup window that opens, select the VM name and check at the backup chain | * In the popup window that opens, select the VM name and check at the backup chain | ||
| * Right click the missing restore point and select Forget or Remove from disk depending on what you want | * Right click the missing restore point and select Forget or Remove from disk depending on what you want | ||
| - | {{: | + | {{: |
| + | |||
| + | \\ | ||
| + | |||
| + | **Removing all Missing Backup Files from Backup**\\ | ||
| + | This shows how to remove all backup files that are missing from a backup. The cmdlet will remove the missing backup files and all files linked to it from the configuration database and from disk. | ||
| + | < | ||
| + | $backup = Get-VBRBackup -Name "Daily backups" | ||
| + | #Run the Remove-VBRBackupFile cmdlet. Set the $missingfile variable as the BackupFile parameter value. Provide the FromDisk parameter. | ||
| + | Remove-VBRBackupFile -Backup $backup -FromDisk</ | ||
| + | Add the -WhatIf parameter to check what will be done without applying anything | ||
| + | < | ||
| + | Remove-VBRBackupFile -Backup $backup -WhatIf -FromDisk</ | ||
wiki/check_for_any_missing_restore_point_in_chain.1708943651.txt.gz · Last modified: by wagner.jer
