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