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