Version 2.33
virtnbdrestore: Add support for data-file setting in qcow images (#261)
As with versions (>= v10.10.0), libvirt supports the qcow image data-file
setting. This allows to create metadata QCOW Images for RAW disk devices and
direct attached LVM/ZFS/RBD volumes.
Bitmaps are then stored within the metadata QCOW image, allowing to create
incremental backups for these disks, too.
During restore, the QCOW image must be created with the correct data-file
setting and the virtual machine configuration must be adopted. The utility
will now adjust paths accordingly if -c option is specified.
Full Changelog: v2.32...v2.33