options to sys
[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     can now pass options to hwinfo and sfdisk in sys handler.
31
32 version 0.5 -- April 12 2005
33         rdiff handler works when remote sshd has a banner
34         rdiff handler supports local dest 
35         logfile is created if it doesn't exist
36         added "when = hourly" 
37         added optional 'nicelevel' to rdiff handler
38         fixed bug where actions were not run in numeric order.
39         improved 'when' parsing.
40
41 version 0.4.4 -- March 18 2005
42         results of handlers are now read line by line. 
43         changes to rdiff handler: added "options", and "keep" is
44                 not necessarily days now (ie, it will pass straight through to
45                 rdiff-backup if the keep has a unit on it, otherwise it adds the 'D').
46         added dup handler (still pretty beta)
47         added maildir handler (very specialized handler)
48         added --run option (runs the specified action file)
49         improved sys handler, now uses hwinfo
50         added subversion hotbackup handler, svn. 
51         added PATH to cron.d file, which fixes file not found errors.
52
53 version 0.4.2 -- Jan 6 2005
54         fixed bug which caused a report email to be sent even if no actions were run.
55         fixed bug where multiple handler status messages were ignored
56         added status in the subject line of report emails
57
58 version 0.4.1 -- Jan 3 2005
59         added $usecolors and now more conservative about when colors are echoed.
60         fixed major bug, 'when' actually works now.
61         replaced debug function with debug, info, warning, error, fatal.
62         added --now option to force all actions to be performed now.
63         
64 version 0.4 -- Dec 26 2004
65         added "when" option, so that all configs can specify when
66                 they are to be run.
67         added reportsuccess and reportwarning config options
68         added .sys handler (hardware, packages, partitions).
69
70 version 0.3.4 -- Dec 8 2004
71         fixed numerical variable quoting compatibility with older wc    
72         fixed stderr redirect bug
73         some comments in example.rdiff
74
75 version 0.3.3 -- Nov 10 2004
76         '*' (asterisk) works now in rdiff config files
77         works now with gawk as well as mawk
78         many bug fixes to ldap handler
79         paths to helper scripts can be configured in global config
80         does not require /usr/bin/stat
81
82 version 0.3.2 -- Sept 29 2004
83         handler scripts are no longer executable (to comply with debian policy)
84         handler error and warning messages are sent with the notify email
85     
86 version 0.3.1 -- Sept 5 2004
87         added ldap handler
88         moved sh support to a handler script
89         add test mode, where no action is taken.
90         added --help
91         force only root can read /etc/backup.d/*
92         fixed missing equals symbols in example.rdiff
93         changed backupninja executable to be /usr/sbin rather than /usr/bin
94         
95 version 0.3 -- Oct 20 2004
96         ** IMPORTANT ** all config files are now ini style, not apache style
97         rewrote all scripts in bash for portability
98         added drop-in backupninja lib directory (/usr/share/backupninja)
99         all scripts are now run as root
100
101 version 0.2 -- Oct 14 2004
102         move distribution folder ./cron.d to ./etc/cron.d
103         fixed bug: removed printr of excludes (!)
104         added support for changing the user/group in rdiff sources.
105         added support for .mysql config files.
106         
107 version 0.1 -- Oct 8 2004
108         initial release 
109