v0.5.1
Bug fix
- Listing backups for specific groups now works.
virt-backup list testgroup
will list backups only fortestgroup
. - Compares domains by using the libvirt ID instead of just object comparison.
Cleaning
- Remove the use of defusedlxml as the library is going to be deprecated. Use lxml directly instead, but remove unsafe options from the parser.
- Fix warnings with
arrow
.