Skip to content

Releases: abbbi/qmpbackup

Version 0.10

27 Jan 16:28
Compare
Choose a tag to compare

Only small changes, new testscript to check for correct functionality.

Full Changelog: v0.9...v0.10

Version 0.9

27 Jan 12:53
Compare
Choose a tag to compare

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

26 Jan 22:55
Compare
Choose a tag to compare
  • Attempts to show qemu version in human readable output
  • Shows progress during backup operation

Full Changelog: v0.7...v0.8

Version 0.7

26 Jan 13:06
Compare
Choose a tag to compare

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

26 Jan 12:28
Compare
Choose a tag to compare

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

18 Nov 18:42
Compare
Choose a tag to compare

New backup mode "auto" and option to rotate into monthly directories.
Minor code cleanups.

Full Changelog: 0.4...v0.5

Version 0.4

24 Aug 20:16
Compare
Choose a tag to compare

Minor code cleanups

Version 0.3

24 Aug 10:05
Compare
Choose a tag to compare

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.

0.2

25 Dec 11:01
Compare
Choose a tag to compare
0.2

Basic functionality, Qemu agent support.

0.1

03 Dec 18:35
Compare
Choose a tag to compare
0.1

Basic functionality