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