Releases: abbbi/virtnbdbackup
Releases · abbbi/virtnbdbackup
Version 1.9.45
Version 1.9.45
- virtnbdbackup: Add more info output during checkpoint handling, move
error message. - Add colorful log messages so warnings and and errors are easier to spot:
can be disabled using the --nocolor option.
Version 1.9.44
- virtnbdbackup: disable progressbar if quiet option is enabled.
Version 1.9.43
- virtnbdbackup: add --quiet option: disable log output to stderr,
log into logfile only. (#137)
Full Changelog: v1.9.42...v1.9.45
Note: the latest version introduces a new dependency on the python colorlog module! If you dont use the regular rpm or debian packages update your venvs (pip3 install -r requirements.txt)
Version 1.9.42
Version 1.9.42
- virtnbdbackup: skip checksum output if backup is redirected to stdout
Version 1.9.41
- virtnbdrestore: add Option -B to allow changing default buffer size
during verify to speed up process.
Version 1.9.40
- Update README
- New feature: compute adler32 checksum for written data and add
verify option to virtnbdrestore, so its possible to check for corrupt
backups without having to restore.
Full Changelog: v1.9.38...v1.9.42
Version 1.9.38
Version 1.9.38
- Release packages compatible with RHEL9 (#130)
- add required vagrant file
- adjust requirements during package build
- put dist files into separate directories
Full Changelog: v1.9.37...v1.9.38
Version 1.9.37
Version 1.9.37
- Update README: add example how to convert qcow images to the required
format to support all backup features.
Version 1.9.36
- Fail with better understandable error message if libvirt version requires
the virtual machine configuration to be adjusted for backup to work.
Version 1.9.35
- Fix some pylint warnings, add ignores.
Version 1.9.34
- Update README
Version 1.9.33
- Update README
Full Changelog: v1.9.32...v1.9.37
Version 1.9.32
Version 1.9.32
- Fix TypeError during backup of transient virtual machines: do not pass
flags to checkpointCreateXML as list. (#122) - Add simple test for transient virtual machine handling.
Version 1.9.31
- setup.cfg: fix obsolete description-file warning
- In case domain has an already active block job, add note about
option -k to the error message (#120).
Version 1.9.30
- Update README
Version 1.9.29
- Update README
Full Changelog: v1.9.28...v1.9.32
Version 1.9.28
Version 1.9.28
- Remote backup: enhance logging if executing remote command via SSH fails.
Version 1.9.27
- Enhance debug logging for remote backup.
- Update README regarding remote backup and its requirements. (#117)
Full Changelog: v1.9.26...v1.9.28
Version 1.9.26
Version 1.9.26
- virtnbdbackup: transient vm backup: validate the state of the checkpoint
during redefine: this can help to detect situations where the bitmap is
broken. - virtnbdmap: Fix typo in log message.
- Update README regarding port usage during remote backups.
- Add notes regarding stability of the features, thanks @pipo
Full Changelog: v1.9.25...v1.9.26
Version 1.9.25
Version 1.9.24
Version 1.9.24
- Remove leftover pid files in /var/tmp during offline backup (#114)
Full Changelog: v1.9.23...v1.9.24
version 1.9.23
Version 1.9.23
- Code cleanups
- Spelling fixes, run codespell during CI
Full Changelog: v1.9.22...v1.9.23