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
- VMware Workstation Start & Stop VMs from Command Line
- How to Easily Move VHD / VHDX to New Server, Disk, NAS, Cloud
- Hyper-V CSV backup: What needs to be considered for VM backups?
- Hyper-V Integration Services Update: Why You Need to Keep Them Up-to-Date at all Times
- Copy a File From the Host to a VM Using a Powershell Script
- Windows Server 2019 ISO Free Download + Hyper-V Server 2019
- Backup Strategies for Large VMs with and without Deduplication
- Fixed vs. Dynamic VHD and VHDX Performance
- How to Fix VolSnap Error ..a critical control file could not be opened
- Hyper-V Backup Quick Start Guide
- How to Fix Error ID 10178 in Hyper-V VMMS
- How to Convert VMware ESX VM to Hyper-V
- Freeware Backup Software–Watch Out!
- Move Hyper-V VM from Windows 8 to Server 2012 and Vice Versa
- Get All VHDX for All VMs with this PowerShell Script
- Hyper-V VHD or VHDX? Advantages, Limitations, and Disadvantages
- Granular Backup Software for Hyper-V
- How to Install Hyper-V on Windows 8
- How to Delete Hyper-V Backup Checkpoint That’s Stuck
- How to Create and Delete Hyper-V Checkpoints / Snapshots