virt-backup
virt-backup copied to clipboard
Backup your kvm guests managed by libvirt
Hello, While using virt-backup with the following config: ``` debug: True threads: 4 uri: "qemu:///system" username: passphrase: default: daily: 1 groups: test: target: /data/backups packager: directory autostart: True daily: 1...
A nice feature would be, to be able to hand over the config file as a call parameter. Since I would prefer to call it with a config path instead...
Received the following when running 'sudo -H pip3 install virt-backup' Building wheels for collected packages: virt-backup, libvirt-python Running setup.py bdist_wheel for virt-backup ... done Stored in directory: /root/.cache/pip/wheels/24/2e/0d/b3103fed109ad402f0ca5b915326ab4e4681e2769e55deb47f Running setup.py...
Hello Anthony, I've been searching for a good KVM backup solution like the holy graal, without success. Even a big commercial solution turned out to be a basic "virsh snaphot...
Add a configuration option to work only with UTC or with localtime. For the moment, date is stored in UTC in backup definitions, but backups' names use the local timezone.
When a disk has already some snapshots, libvirt declares it with `backingStore` xml tags. virt-backup could handle that to backup the base disk + all the external snapshots.
I am trying to test this to see if it suits my purpose. However the docs DO NOT seem to tell me if this should be run as root (which...
If one domain has two qcow2 file share the same name in different folder, backup will be successful but restore may fail. For example, domain `test` has 2 qcow2 file,...