Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 386 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 386 Bytes

kvm-cold-backup

kvm cold backup shell script, naive but always works.

$ ./virt-backup 
Usage: ./virt-backup [options]
Options:
  -b, --backup <domain> <backup_path>    Backup and package the KVM virtual machine.
  -r, --restore <backup_file_path>       Restore the KVM virtual machine from a backup file.
  -h, --help                             Show this help message.