Releases: abbbi/qmpbackup
Releases · abbbi/qmpbackup
Version 0.25
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
- 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
Add --logfile option to qmpbackup: saves log messages to logfile.
Full Changelog: v0.22...v0.23
Version 0.22
- 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
- Remove unused code parts
- Rework old qmp class, fix pylint/flake warnings.
Version 0.20
- Fix some pylint/flake8 warnings
- Remove unused code passages from the old qmp class
Version 0.19
Adds --include option to be able to backup only specific disks.
Full Changelog: v0.18...v0.19
Version 0.18
Full Changelog: v0.17...v0.18
Version 0.17
- 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
Fix bitmap detection for all devices, extend tests, check for vm state..
Full Changelog: v0.14...v0.16