Skip to content

Releases: abbbi/virtnbdbackup

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

v1.9.9

29 Nov 09:37
Compare
Choose a tag to compare

Version 1.9.9

  • Fix exception handling/raise in case bitmap already exists. (#85)

Full Changelog: v1.9.8...v1.9.9

v1.9.8

23 Nov 07:30
Compare
Choose a tag to compare

Version 1.9.8

  • Code cleanup

v1.9.7

22 Nov 12:00
Compare
Choose a tag to compare

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.