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