Releases: abbbi/virtnbdbackup
Releases · abbbi/virtnbdbackup
Version 0.21
- Add support for backup of raw disk images during full backup using option
--raw
:
Version 0.20
- Add Support for backup of transient domains in cluster environments.
- Update README
Version 0.19
- If libvirthelper failed to setup backup job because of exception, an already freezed guest filesystem was not thawed.
- Fix tests.
Version 0.18
- During backup to stdout it was attempted to close non opened file handle resulting in backup error
- Include used libnbd version in backup log
- Fix some pylint warnings
- Update README
Version 0.17
- Remove sh module from requirements, obsoleted by subprocess module
Version 0.16
- Code cleanup, fix pylint warnings
- Update README
Version 0.15
- Minor code changes, move some functions to common class
- Use makedirs for targetfolder to support nested target pathes.
- Updated README with more informations about backup workflow.
Version 0.14
Code cleanups
Change shebang so executables appear in process list with real name instead of python3 executable
Version 0.13
Write backup to partial file first
In case backup utility receives signal or fails otherwise,
the backup data is written to the regular target file and
it is assumed everything is OK.
Now virtnbdbackup writes the data to a partial file first
and renames the file as last step. During incremental
backup the target directory is checked for possible existance
of partial backups and backup is aborted with error.
Version 0.12
Using option -p and -l inc has also created an checkpoint but did not save any data for it. As such, a user can break its backup chain by trying to estimate the backup size. Enforce backup level copy if option -p is set, so no checkpoint is created to ensure an consistent backup chain.