Open stefangweichinger opened 1 year ago
I have a working draft already. Testing.
I will add my test stuff to a branch in my fork at first. One thing I still have to figure out: the script seems to have issues when I give it multiple VMs to backup by "--vm=vm1,vm2,vm3": I see mixed up LVs and failing backups.
I consider using borgbackup to dump the LVM snapshots.
I assume I would have to modify the run_dump function, right?
At a first look I would modify "$ddcmd" to some borg-call. Any thoughts?