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