3399011c6e1a126a8543686b97ed414d4417630c
[matthijs/upstream/backupninja.git] / changelog
1 version 0.x -- xxxxxxxxxxxxx
2         ldap handler has new options: backup method to use (ldapsearch or
3                 slapcat), restart, passwordfile and binddn. Default backup method
4                 is set to ldapsearch as this is safer
5         implemented fix so that the main script will echo fatal errors rather
6                 than being silent about them, this means an error message every hour
7                 if there is a major configuration problem (not a handler problem)
8         added vserver support to main script and to the handlers: mysql, svn, sys, rdiff
9         changes to duplicity handler (thanks intrigeri!):
10                 "keep = yes" now disables file cleaning on desthost
11                 added "sign" option for backups signing
12                 added "encryptkey" option to specify the gpg key to use
13                 split config into [source], [gpg] and [dest] sections
14                 added "nicelevel" option
15                 added "testconnect" option
16                 added "sshoptions" option (will be passed to ssh/scp)
17                 added "bandwidthlimit" option
18         example.dup example config file for duplicity handler 
19         added trac (http://trac.edgewall.com/) environment handler (thanks Charles Lepple!)
20         added configfile option to mysql handler
21                 the default is /etc/mysql/debian.cnf. with this, 
22                 sqldump doesn't need dbusername. (hotcopy still does).
23     fixed bug in mysql handler which caused some passwords to not work.
24         (.my.cnf files now have double quotes around password)
25     
26 version 0.5 -- April 12 2005
27         rdiff handler works when remote sshd has a banner
28         rdiff handler supports local dest 
29         logfile is created if it doesn't exist
30         added "when = hourly" 
31         added optional 'nicelevel' to rdiff handler
32         fixed bug where actions were not run in numeric order.
33         improved 'when' parsing.
34
35 version 0.4.4 -- March 18 2005
36         results of handlers are now read line by line. 
37         changes to rdiff handler: added "options", and "keep" is
38                 not necessarily days now (ie, it will pass straight through to
39                 rdiff-backup if the keep has a unit on it, otherwise it adds the 'D').
40         added dup handler (still pretty beta)
41         added maildir handler (very specialized handler)
42         added --run option (runs the specified action file)
43         improved sys handler, now uses hwinfo
44         added subversion hotbackup handler, svn. 
45         added PATH to cron.d file, which fixes file not found errors.
46
47 version 0.4.2 -- Jan 6 2005
48         fixed bug which caused a report email to be sent even if no actions were run.
49         fixed bug where multiple handler status messages were ignored
50         added status in the subject line of report emails
51
52 version 0.4.1 -- Jan 3 2005
53         added $usecolors and now more conservative about when colors are echoed.
54         fixed major bug, 'when' actually works now.
55         replaced debug function with debug, info, warning, error, fatal.
56         added --now option to force all actions to be performed now.
57         
58 version 0.4 -- Dec 26 2004
59         added "when" option, so that all configs can specify when
60                 they are to be run.
61         added reportsuccess and reportwarning config options
62         added .sys handler (hardware, packages, partitions).
63
64 version 0.3.4 -- Dec 8 2004
65         fixed numerical variable quoting compatibility with older wc    
66         fixed stderr redirect bug
67         some comments in example.rdiff
68
69 version 0.3.3 -- Nov 10 2004
70         '*' (asterisk) works now in rdiff config files
71         works now with gawk as well as mawk
72         many bug fixes to ldap handler
73         paths to helper scripts can be configured in global config
74         does not require /usr/bin/stat
75
76 version 0.3.2 -- Sept 29 2004
77         handler scripts are no longer executable (to comply with debian policy)
78         handler error and warning messages are sent with the notify email
79     
80 version 0.3.1 -- Sept 5 2004
81         added ldap handler
82         moved sh support to a handler script
83         add test mode, where no action is taken.
84         added --help
85         force only root can read /etc/backup.d/*
86         fixed missing equals symbols in example.rdiff
87         changed backupninja executable to be /usr/sbin rather than /usr/bin
88         
89 version 0.3 -- Oct 20 2004
90         ** IMPORTANT ** all config files are now ini style, not apache style
91         rewrote all scripts in bash for portability
92         added drop-in backupninja lib directory (/usr/share/backupninja)
93         all scripts are now run as root
94
95 version 0.2 -- Oct 14 2004
96         move distribution folder ./cron.d to ./etc/cron.d
97         fixed bug: removed printr of excludes (!)
98         added support for changing the user/group in rdiff sources.
99         added support for .mysql config files.
100         
101 version 0.1 -- Oct 8 2004
102         initial release 
103