mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-09 12:22:40 +01:00
054f9fb2ad
sshoptions setting (Closes: #388543)
34 lines
1.5 KiB
Plaintext
34 lines
1.5 KiB
Plaintext
backupninja (0.9.4-1) UNRELEASED
|
|
|
|
* duplicity: Old (pre-0.9.4) example.dup file used to give false
|
|
information about the way the GnuPG-related options are used.
|
|
Please read the new /usr/share/doc/backupninja/examples/example.dup
|
|
file, and update your own configuration files if needed.
|
|
|
|
* duplicity, rdiff: symlinks and globbing support in
|
|
include/exclude/vsinclude was unclear and did not work in all
|
|
situations, with weird behavious, due to incompatibilities
|
|
between various readlink versions in this field. This has been made
|
|
clear eventually: globbing is fully supported again, whereas no
|
|
attempt is done to dereference symlinks anymore.
|
|
Please read the new /usr/share/doc/backupninja/examples/example.dup
|
|
or /usr/share/doc/backupninja/examples/example.rdiff file, and update
|
|
your own configuration files if needed.
|
|
|
|
* duplicity: duplicity now uses sftp, which does not support all scp
|
|
command line options; you thus have to convert the sshoptions setting
|
|
in your *.dup configuration files, to sftp-compatible syntax; for
|
|
example, you can replace:
|
|
sshoptions = -i /root/.ssh/id_dsa_duplicity
|
|
with:
|
|
sshoptions = -o IdentityFile=/root/.ssh/id_dsa_duplicity
|
|
|
|
backupninja (0.9.2-1) unstable; urgency=low
|
|
|
|
WARNING FOR DUPLICITY USERS
|
|
|
|
Old (pre-0.9.2) example.dup file used to give false information about the way
|
|
the GnuPG-related options are used. Please read the new example.dup file, and
|
|
update your own configuration files if needed.
|
|
|