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