Skip to content

Releases: abbbi/virtnbdbackup

version 1.9.22

02 Apr 16:27
Compare
Choose a tag to compare

Version 1.9.22

  • Code cleanups, pylint warning
  • Update copyright stanca

Full Changelog: v1.9.21...v1.9.22

version 1.9.21

16 Mar 08:08
Compare
Choose a tag to compare

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

08 Mar 21:33
Compare
Choose a tag to compare

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 --raw is enabled. (#111)

Full Changelog: v1.9.17...v1.9.18

version 1.9.17

02 Mar 18:16
Compare
Choose a tag to compare

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

23 Feb 08:10
Compare
Choose a tag to compare

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

14 Feb 14:17
Compare
Choose a tag to compare

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

17 Jan 07:21
Compare
Choose a tag to compare

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

07 Jan 19:26
Compare
Choose a tag to compare

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

04 Jan 16:20
Compare
Choose a tag to compare

Version 1.9.12

  • Rework logging facilities: use local log instance of global logging object
    to have saner logging information.
  • Log traceback for unknown exceptions for easier analysis of issues. (#92)

Full Changelog: v1.9.10...v1.9.12

v1.9.10

27 Dec 10:01
Compare
Choose a tag to compare

Version 1.9.10

  • Remote incremental backup fails: checkpoint virtnbdbackup.1 already exists:
    check for checkpoint file only on local system, not on the remote system
    (#89)

Full Changelog: v1.9.9...v1.9.10