tar: Actually enable this handler.
[matthijs/upstream/backupninja.git] / NEWS
1 backupninja (0.9.7-1) UNRELEASED
2
3         * mysql: output filenames to support shell meta-characters in
4           database names. This change was not heavily tested, please
5           report any breakage.
6         * pgsql: output filenames to support shell meta-characters in
7           database names. This change was not heavily tested, please
8           report any breakage.
9
10 backupninja (0.9.4-1) UNRELEASED
11
12         * duplicity: Old (pre-0.9.4) example.dup file used to give false
13           information about the way the GnuPG-related options are used.
14           Please read the new /usr/share/doc/backupninja/examples/example.dup
15           file, and update your own configuration files if needed.
16
17         * duplicity, rdiff: symlinks and globbing support in
18           include/exclude/vsinclude was unclear and did not work in all
19           situations, with weird behavious, due to incompatibilities
20           between various readlink versions in this field. This has been made
21           clear eventually: globbing is fully supported again, whereas no
22           attempt is done to dereference symlinks anymore. 
23           Please read the new /usr/share/doc/backupninja/examples/example.dup
24           or /usr/share/doc/backupninja/examples/example.rdiff file, and update
25           your own configuration files if needed.
26
27         * duplicity: duplicity now uses sftp, which does not support all scp
28           command line options; you thus have to convert the sshoptions setting
29           in your *.dup configuration files, to sftp-compatible syntax; for
30           example, you can replace:
31             sshoptions = -i /root/.ssh/id_dsa_duplicity
32           with:
33             sshoptions = -o IdentityFile=/root/.ssh/id_dsa_duplicity
34         
35 backupninja (0.9.2-1) unstable; urgency=low
36
37 WARNING FOR DUPLICITY USERS
38
39 Old (pre-0.9.2) example.dup file used to give false information about the way
40 the GnuPG-related options are used. Please read the new example.dup file, and
41 update your own configuration files if needed.
42