1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
1.0.0 - 14 Jan 2016
* Changed license to GPLv3
* Added --dir option
* New modules:
* md5: Calculate the md5 of the backups
* New wizards: rm, md5, scp
* Fixes:
* Documentation
* Wizards
* Detect disks of the form vdX
* Fix tar filtering. It now supports filtering out full paths as long
as they start with ./
* Improvements:
* Improve output adding the ability for silent backups,
unless there is an error
* Ensure that errors are reported via the exit code
* Make mysql work out of the box for Debian systems
* Make the exist method auto-detect the directory
* Add multi-level backup support to the wizard
* Make the wizard use links
* Standardise naming to "strategy" and "level"
* Implement %D0%, %D2%, %D3% for day of the week, YYMMDDHH and
YYMMDDHHMM respectively.
* More work for the --rc parameter
* Remove the need for LEVEL in config files. They get it from the parameter
* Remove the need for STATEDIR in tar
* Deprecate ftar
* Cleanups
|