aruhier / virt-backup

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

Proper error when wanting to restore a not found backup #36

Closed aruhier closed 4 years ago

aruhier commented 4 years ago

Wanting to restore a backup from a specific date that doesn't exist leads to a crash. It should catch the BackupNotFoundError exception and prints a correct error.

Linked to #35