User Tools

Site Tools


wiki:check_for_any_missing_restore_point_in_chain

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
wiki:check_for_any_missing_restore_point_in_chain [2026/04/08 13:02] wagner.jerwiki:check_for_any_missing_restore_point_in_chain [2026/04/08 13:06] (current) wagner.jer
Line 11: Line 11:
 **Removing all Missing Backup Files from Backup**\\ **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.  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. 
-<cli>$backup = Get-VBRBackup -Name "Daily backups"+<cli>#Run the Get-VBRBackup cmdlet. Specify the Name parameter value. Save the result to the $backup variable 
 +$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</cli> Remove-VBRBackupFile -Backup $backup -FromDisk</cli>
 Add the -WhatIf parameter to check what will be done without applying anything Add the -WhatIf parameter to check what will be done without applying anything
 <cli>$backup = Get-VBRBackup -Name "Daily backups" <cli>$backup = Get-VBRBackup -Name "Daily backups"
 Remove-VBRBackupFile -Backup $backup -WhatIf -FromDisk</cli> Remove-VBRBackupFile -Backup $backup -WhatIf -FromDisk</cli>
wiki/check_for_any_missing_restore_point_in_chain.1775653342.txt.gz · Last modified: by wagner.jer

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki