Releases: abbbi/qmpbackup
Version 0.10
Only small changes, new testscript to check for correct functionality.
Full Changelog: v0.9...v0.10
Version 0.9
Fix backup if multiple disks are attached, changes introduced in version 0.8 would leave loop
too early, ignoring all further disks.
Full Changelog: v0.8...v0.9
Version 0.8
- Attempts to show qemu version in human readable output
- Shows progress during backup operation
Full Changelog: v0.7...v0.8
Version 0.7
Apparently the monthly backup rotation function like described in the README:
https://github.com/abbbi/qmpbackup#monthly-backups
was broken since check for existing full backup was introduced. qmpbackup must
not check for an existing full backup within the target directory in case a new monthly
directory is created.
Full Changelog: v0.6...v0.7
Version 0.6
Fixes bitmap issues with newer qemu versions (#2)
Some slight code changes for better error handling and diagnosis.
Full Changelog: v0.5...v0.6
Version 0.5
New backup mode "auto" and option to rotate into monthly directories.
Minor code cleanups.
Full Changelog: 0.4...v0.5
Version 0.4
Minor code cleanups
Version 0.3
Port to python3
Use github actions
Fix code format.
Create persistent bitmaps: with new qemu versions, bitmaps are now kept in the qcow files if persistent flag is set.