Releases: abbbi/virtnbdbackup
Releases · abbbi/virtnbdbackup
Version 2.17
Version 2.17
- Add rpm package build for fedora 41 (#234)
- virtnbdbackup: Remote backup fails if spaces exist in image path (#235)
- virtnbdrestore: Remote restore would fail if target path contains spaces.
Full Changelog: v2.16...v2.17
Version 2.16
Version 2.16
- virtnbdrestore: If domain with multiple disks is restored and config
adjustment is requested, only the path to the last disk is updated. (#232).
Thanks Richard Stephens for report and fix. - virtnbdrestore: fix logic for adjusting the vm name
Full Changelog: v2.15...v2.16
Version 2.15
Version 2.15
- Update Dockerfile and README
- virtnbdrestore: use absolute path to disk files during local restore.
- virtnbdrestore: make absolute path mandatory for remote restore.
Full Changelog: v2.14...v2.15
Version 2.14
Version 2.14
- virtnbdrestore: Add option -A (--preallocate) to create thick, full
pre-allocated target images during restore.
Full Changelog: v2.13...v2.14
Version 2.13
Version 2.13
- virtnbdbackup: If libvirt daemon is unreachable, it would fail with an
misleading error code due exception not raised. - virtnbdbackup: setup callback function using registerCloseCallback, if
libvirt connection drops during backup, re-establish the connection in order
to stop leftover backup tasks - virtnbdbackup: catch exceptions if nbd read fails.
- virtnbdrestore: add option -C to adjust config file name during restore.
Full Changelog: v2.12...v2.13
Version 2.12
Version 2.12
- Update README
- virtnbdrestore: fix exception if no $HOME environment variable is set
(#197) - Fix error reported by latest mypy version.
- Bump docker/build-push-action from 5 to 6 by @dependabot in #187
Full Changelog: v2.11...v2.12
Version 2.11
Version 2.11
- Update README
- Raise NBD connection error if
--tls
option is set but installed libnbd
bindings for python do not support required features. - Set TLS connection options to TLS_REQUIRE instead of TLS_ALLOW which would
fallback to non-encrypted data transfer. - If LIBNBD_DEBUG is set, add NBD trace messages to logfile.
Full Changelog: v2.10...v2.11
Version 2.10
Version 2.10
- Support for GitHub Container Registry by @gaby in #179
- Bump actions/upload-artifact from 1 to 4 by @dependabot in #180
- ssh add custom port option by @abbbi in #181
Full Changelog: v2.9...v2.10
Version 2.9
Version 2.9
- Fix: backup with compression enabled fails: unsupported operand type(s) for
+: 'int' and 'dict' (#177)
Full Changelog: v2.8...v2.9
Version 2.8
Version 2.8
- Add packages compatible to fedora 39 to package build (#174)
- Show total saved disk size in human readable output (#173)
Full Changelog: v2.7...v2.8