Skip to content

Instantly share code, notes, and snippets.

View vucacruz's full-sized avatar

Alvaro vucacruz

View GitHub Profile
@vucacruz
vucacruz / README.md
Created August 25, 2018 14:19 — forked from ringe/README.md
KVM QCOW2 Live backup

Live backup of KVM virtual machines

This script will let you make backups of live VMs running on KVM, using libvirt.

The backup job will suspend the VM for the time it takes to copy the RAM to disk.

Credits: Luca Lazzeroni

I've made some minor adjustments.