Skip to content

Instantly share code, notes, and snippets.

@Mstaaravin
Created January 26, 2015 18:30
Show Gist options
  • Save Mstaaravin/bc4bf671052ffbb4fdad to your computer and use it in GitHub Desktop.
Save Mstaaravin/bc4bf671052ffbb4fdad to your computer and use it in GitHub Desktop.
post: KVM: Full backups de virtual disks (qcow2) con virsh + rsync
MAILTO=""
SHELL=/bin/bash
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
25 23 * * 5 /bin/rm /var/lib/bulk/libvirt/images/*.img
30 23 * * 5 /bin/bash /usr/bin/ssh-agent;/usr/bin/ssh-add;/usr/local/bin/virsh-snapshot.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment