Releases: abbbi/virtnbdbackup
Releases · abbbi/virtnbdbackup
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
v1.9.12
v1.9.10
v1.9.9
v1.9.8
v1.9.7
Version 1.9.7
- Update README
- Code cleanup, use shorter class names, change some error handling.
- virtnbdrestore: in case option -D is passed, set option to adjust virtual
machine config automatically. - virtnbdbackup: amount of ports used for offline backup depends on how many
workers are used, not how much disks are attached, log correct port range use
during offline backup.