Create snapshot backup strategy for VM hosts #202
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I forgot that @bkero told me about https://github.com/aruhier/virt-backup which looks pretty good to me.
Here's more information about what virt-backup does under the hood, or for doing it without the tool:
https://wiki.libvirt.org/page/Live-disk-backup-with-active-blockcommit
Also a good idea to sync backup images using borg, which will deduplicate the data:
https://blog.devzero.be/post/kvm-live-vm-backup/