Skip to content

Releases: abbbi/qmpbackup

Version 0.25

25 Jan 16:32
Compare
Choose a tag to compare

Version 0.25

  • Allow backup for domains in paused or prelaunch state.
  • Add backup mode copy which can be used for domains not using qcow v2 format disks: uses non-persistent bitmaps.
  • Code cleanup and reorg: fix some pylint warnings.
  • Update README.

Full Changelog: v0.24...v0.25

Version 0.24

17 Apr 14:30
Compare
Choose a tag to compare
  • Minor spelling fixes
  • Fix test script to be compatible with the qemu version included in the by github images

Full Changelog: v0.23...v0.24

Version 0.23

10 Feb 07:27
Compare
Choose a tag to compare

Add --logfile option to qmpbackup: saves log messages to logfile.

Full Changelog: v0.22...v0.23

Version 0.22

09 Feb 11:29
Compare
Choose a tag to compare
  • Checks for partial files during qmprebase and exits accordingly if rebase fails
  • Move some code to common lib
  • Add testcases

Full Changelog: v0.21...v0.22

Version 0.21

09 Feb 09:03
Compare
Choose a tag to compare
  • Remove unused code parts
  • Rework old qmp class, fix pylint/flake warnings.

Version 0.20

05 Feb 08:25
Compare
Choose a tag to compare
  • Fix some pylint/flake8 warnings
  • Remove unused code passages from the old qmp class

Version 0.19

02 Feb 17:46
Compare
Choose a tag to compare

Adds --include option to be able to backup only specific disks.

Full Changelog: v0.18...v0.19

Version 0.18

31 Jan 17:07
Compare
Choose a tag to compare

Full Changelog: v0.17...v0.18

Version 0.17

31 Jan 12:57
Compare
Choose a tag to compare
  • Introduces signal handler to allow aborting the backup jobs.
  • Writes data files to files ending with ".partial" first, if saving all data has been successful, files are renamed.
  • Incremental backup fails if any partial file is found within backup directory (broken backup chain)

Full Changelog: v0.16...v0.17

Version 0.16

30 Jan 21:16
Compare
Choose a tag to compare

Fix bitmap detection for all devices, extend tests, check for vm state..

Full Changelog: v0.14...v0.16