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