版本发布 8
Version 2.44 --------- * Remote backup fails: "unsupported flags (0x2) in function qemuBackupBegin": If system executing virtnbdbackup ships newer libvirt library version than remote system, VIR_DOMAIN_BACKUP_BEGIN_PRESERVE_SHUTDOWN_DOMAIN flag was added even if not yet supported by the remote system. Now flags are only activated if remote system is running on a version supporting the flags, too. (#298) * Enhance logging: log both local and remote libvirt versions. **Full Changelog**: https://github.com/abbbi/virtnbdbackup/compare/v2.43...v2.44
Version 2.43 --------- * Small code cleanups * Fix got an unexpected keyword argument 'stacklevel' issue on older distributions (#297) **Full Changelog**: https://github.com/abbbi/virtnbdbackup/compare/v2.42...v2.43
# Version 2.41 * Disable building rust bindings when creating venv (#293) * Small code cleanups * Use tqdm logging_redirect_tqdm to not break progress bars (#294) **Full Changelog**: https://github.com/abbbi/virtnbdbackup/compare/v2.40...v2.41
Version 2.39 --------- * Add fedora 42 to build scripts. * Gracefully handle network attached disk devices, show error message and hint (#286) **Full Changelog**: https://github.com/abbbi/virtnbdbackup/compare/v2.38...v2.39
Version 2.37 --------- * Add missing nbdkit and python plugin to docker container image. (#282) **Full Changelog**: https://github.com/abbbi/virtnbdbackup/compare/v2.36...v2.37
Version 2.36 --------- * virtnbdbackup: add `--pause` option: Suspend and resume virtual machine while starting backup job. This can be useful for virtual machines where freezing file systems using the qemu guest agent is not possible. **Full Changelog**: https://github.com/abbbi/virtnbdbackup/compare/v2.35...v2.36
Version 2.35 --------- * virtnbdrestore: fix restore issue in case virtual machine is using volume based disk configuration: the restore process attempted to identify the volumes which do not exist anymore. Adjust virtual machine config and reset the volume base setting to a file based notation. (#280)
Version 2.34 --------- * virtnbdbackup: show hint about virtual machine config adjustment possibility in case raw devices are attached. * virtnbdrestore: do not show warning if no data-file setting is found in qcow json file. * Add RHEL10 RPM build to github workflow * Do not make vm6.tests fail if /tmp/datafile.raw is missing. **Full Changelog**: https://github.com/abbbi/virtnbdbackup/compare/v2.33...v2.34