Skip to content

c0state/VirtualBox-Snapshot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VirtualBox script to take snapshots of all guests on a given system and/or prune snapshots on given system

* Works by calling vboxmanage script and parsing output
* Snapshots are taken of all guests on the system
* Pruning is specified by --prune_snapshots option which takes the number of snapshots to keep
  (ie: --prune_snapshots 10 means keep only 10 snapshots per guest, deleting any older ones)
* Status is logged to stdout and can optionally be logged to an email address via BufferedSMTPHandler
* Snapshots are named "yyyy/mm/dd hh:mm:ss"
  Optionally, a tag suffix can be applied (specified by --tag option) to 
  indicate that the snapshot was taken with this script
  (eg: "yyyy/mm/dd hh:mm:ss tag")

About

VirtualBox snapshot creation and pruning script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages