How to Delete Hyper-V Backup Checkpoint That’s Stuck
Hyper-V in Windows Server 2008 R2 and later, around spring 2014, introduced a HyperV backup mechanism where Hyper-V creates a hidden internal checkpoint when a Hyper-V backup is initiated. Shortly after the server backup software goes into its prep phase, this checkpoint is deleted and merged automatically while the backup proceeds. See below:
If the host server or cluster node fails exactly during that short timespan, the checkpoint may get stuck. The Hyper-V Manager screen won’t allow you to delete it either.
How to Delete Hyper-V Backup Checkpoints that are Stuck
In order to delete these kinds of internal checkpoints / snapshots, use the PowerShell command:
Get-VMSnapshot -VMName <vm name here> m -ComputerName <host name here> | Remove-VMSnapshot
Or:
Remove-VMSnapshot -VMName "adaudit" -name "adaudit - Backup - (12/19/2015 - 11:15:27 PM)"
The above command will take care of this issue and the backup snapshot for you.
There is also a hotfix available by Microsoft at https://support.microsoft.com/en-us/kb/2964439 titled “Hyper-V virtual machine backup leaves the VM in a locked state”; however, the above PowerShell command will do just fine without the hotfix.
Additional Resources
Backup Software Overview
BackupChain Server Backup SoftwareDownload BackupChain
Cloud Backup
Backup VMware Workstation
Backup FTP
Backup VirtualBox
Backup File Server
Hyper-V Backup
Backup Hyper-VPopular
- Hyper-V Links, Guides, Tutorials & Comparisons
- Veeam Alternative
- How to Back up Cluster Shared Volumes
- DriveMaker: Map FTP, SFTP, S3 Site to a Drive Letter (Freeware)
Resources
- Free Hyper-V Server
- Remote Desktop Services Blog
- SCDPM Blog
- SCOM Blog
- V4 Articles
- Knowledge Base
- FAQ
- Sitemap
- Backup Education
- Backup Sichern
- Hyper-V Scripts in PowerShell
- FastNeuron
- BackupChain (Greek)
- BackupChain (Deutsch)
- BackupChain (Spanish)
- BackupChain (French)
- BackupChain (Dutch)
- BackupChain (Italian)
Backup Software List
BackupChain
Veeam
Unitrends
Symantec Backup Exec
BackupAssist
Acronis
Zetta
Altaro
Windows Server Backup
Microsoft DPM
Ahsay
CommVault
IBM
Other Backup How-To Guides
- What’s New In Windows Server 2012 and R2?
- Fix for Hyper-V Backup Error 0x80780049 (ID 517)
- Backup too Slow: How to Speed Up Backups
- Windows Server 2016 Download Location ISO File
- Hyper-V IDE or SCSI? What’s Performing Better, Faster?
- Hyper-V, VMware, VirtualBox Feature Comparison
- Destination Path Too Long Fixed: Freeware Tool Deletes Long Path
- Microsoft Hyper-V Backup for VHD and VHDX VMs
- Hyper-V CSV backup: What needs to be considered for VM backups?
- How to Fix VSS Errors (Volume Shadow Copy Service Errors)
- 8 Tape Backup Disadvantages and Issues You Need To Know
- What is Deduplication?
- Hyper-V Host Disk Backup, Physical Host and Virtual Machine Backup
- Is My Hard Drive Failing? Signs of Hard Drive Failure
- 11 Things to Know About Hyper-V Snapshots / Checkpoints
- Move Hyper-V VM from Windows 8 to Server 2012 and Vice Versa
- VMware Workstation Start & Stop VMs from Command Line
- 0x800705aa How to Fix ERROR NO SYSTEM RESOURCES
- Current Windows Server 2012 Updates and Hotfixes
- How to Convert from Dynamic VHD/VHDX Disk Format to / from Fixed in Hyper-V