hyper-v_snapshots
This is an old revision of the document!
This is the solution that should be done first before any other solution. Just remove the lingerging backup checkpoint like you would a normal one via PowerShell (attention: check that you have a minimum of free space for the merge to be done without problems):
- powershell
Get-VMSnapshot -ComputerName "MyHyperVHost" -VMName "VMWithLingeringBackupCheckpoint" | Remove-VMSnapshot
Just for the record: This command deletes all checkpoints
hyper-v_snapshots.1671494843.txt.gz · Last modified: 2024/10/17 21:42 (external edit)
