Hyper-V Manager: Scheduled Snapshot and Checkpoint Creation
Unfortunately Hyper-V Manager doesn’t provide an automatic, scheduled creation of snapshots aka checkpoints.
However, it’s a great thing to add to your VMs and it can be done with just one command and the Windows Task Scheduler:
You could either use a fixed name for the snapshot / checkpoint or generate one automatically.
The PowerShell script syntax is: Checkpoint-VM -Name Test -SnapshotName mySnapshotName
OR, if you want the date in the snapshot name: Checkpoint-VM -Name Test -SnapshotName "Daily Snapshot $((Get-Date).toshortdatestring())"
Simply store that command in a .ps1 and schedule it in the Task Manager:
- Press the Windows logo key + R, type taskschd.msc and press Enter.
- On the Actions panel, click Create Basic Task
- Go through the steps
- When prompted, select “Start a program” as the task’s action, and click Next.
- In the textbox labeled “Program/script”, enter powershell.exe
- In the textbox labeled “Add Arguments”, enter the full path to the script in between quotation marks.
- Click Next.
- Click Finish.
For more ideas on how to run the PowerShell script visit: https://www.udemy.com/blog/run-powershell-script/
Backing up Hyper-V
Is your backup for Hyper-V automated? Download BackupChain’s automatic backup software today, it contains Hyper V Backup and much more and installs in just a minute!
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
- Microsoft Hyper-V Backup for VHD and VHDX VMs
- Get All VHDX for All VMs with this PowerShell Script
- Hyper-V Backup for Cluster Shared Volumes
- Windows Server 2012 R2 and Windows 8.1 Backup Software
- How to Delete VSS Shadows or Snapshots
- How to fix: Selected writer ‘Microsoft Hyper-V VSS Writer’ is in failed state, VSS_WS_FAILED_AT_PREPARE_SNAPSHOT
- How to Update Windows Offline Without an Internet Connection
- The Ultimate Hyper-V PowerShell Commands Cheat Sheet
- How to fix 19050: The virtual machine is not in a valid state to perform the operation
- How to Delete Hyper-V Backup Checkpoint That’s Stuck
- Start a Hyper-V VM from the Command Line — How to
- What are Hyper-V Checkpoints, Snapshots, and VSS?
- Fixed vs. Dynamic VHD and VHDX Performance
- Hyper-V on RAID is Slow…Why?
- Windows Server 2012: Hotfixes for Cluster Servers
- List of Effective Hyper-V Backup Strategies
- Windows Server 2022 ISO Preview – Free Download
- How to Install Hyper-V on Windows 8
- Free eBooks for Hyper-V and Windows Server Admins
- Windows 8 Client Hyper-V Limitations, Intro, and Pitfalls