File: ChangeLog

package info (click to toggle)
vbackup 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 888 kB
  • sloc: sh: 3,662; makefile: 49
file content (30 lines) | stat: -rw-r--r-- 970 bytes parent folder | download | duplicates (3)
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