Releases: abbbi/virtnbdbackup
Releases · abbbi/virtnbdbackup
version 1.9.22
Version 1.9.22
- Code cleanups, pylint warning
- Update copyright stanca
Full Changelog: v1.9.21...v1.9.22
version 1.9.21
Version 1.9.21
- Code cleanup: move some functions to separate files.
- Module directory is now pylint clean (except for some ignores): run pylint
using github actions.
Full Changelog: v1.9.18...v1.9.21
version 1.9.18
Version 1.9.18
- virtnbdbackup: treat direct attached lun and block devices just like
regular raw disks: backup will work but only in backup mode copy and
of course full provisioned backup of these block devices is created
if option--rawis enabled. (#111)
Full Changelog: v1.9.17...v1.9.18
version 1.9.17
Version 1.9.17
- virtnbdrestore: fix restore fails with IndexError if CDROM or LUN devices
appear in the list of devices before the first disk. (#110).
Full Changelog: v1.9.16...v1.9.17
version 1.9.16
Version 1.9.16
- virtnbdrestore: use disk size from the latest backup during restore: handle
situations where disk size has changed between full and incremental or
differential backups (#109)
Full Changelog: v1.9.15...v1.9.16
version 1.9.15
Version 1.9.15
- Add install_requires to setup.py
- Backup and restore autostart setting for domain if set. (#106)
Full Changelog: v1.9.14...v1.9.15
version 1.9.14
Version 1.9.14
- Adjust log messages during disk parsing.
- Ignore direct attached block devices which use disk type notation (#98)
Full Changelog: v1.9.13...v1.9.14
version 1.9.13
Version 1.9.13
- Fallback to backup mode copy if virtual machine has only raw disks
attached (#94) - Some fixes in regard on how attached 'raw' disks are handled:
- fail correctly if backup to stdout is attempted
- override --raw option during attempted incremental or differential backup:
backup modes will only be attempted for disks supporting the required
features.
- If no disks suitable for backup are detected or backup fails, save at least
virtual machine configuration and related kernel/uefi files (#93)
Full Changelog: v1.9.11...v1.9.13