aruhier / virt-backup

Backup your kvm guests managed by libvirt
Other
106 stars 23 forks source link

Add abaility to construct a DomBackup from a json #6

Closed aruhier closed 7 years ago

aruhier commented 8 years ago

For the moment, DomBackup has been thought only for a backup goal, not restoration. It will be an issue to implement this last feature.

I see 2 ways of solving it:

1st way seems dirtier to implement, but more logical to use: a DomBackup represents a backup you can start or restart. 2st way seems cleaner, and at use we know if we are dealing with something that have to be backup, or a complete backup.

aruhier commented 7 years ago

The CompleteDomBackup solution has been adopted.