diff options
author | intrigeri <intrigeri@boum.org> | 2010-05-10 22:15:41 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2010-05-10 22:15:41 +0200 |
commit | d6ec2b4e62d1de94cf731381d7da934b6fee7ddc (patch) | |
tree | d12f5340b856dbc032056fd7fec70ca070612663 /ChangeLog | |
parent | 99434c8b07f29fd45d1db55b30b5820a47d5a1ab (diff) | |
download | backupninja-d6ec2b4e62d1de94cf731381d7da934b6fee7ddc.tar.gz backupninja-d6ec2b4e62d1de94cf731381d7da934b6fee7ddc.tar.bz2 |
Store duplicity cache to /var/cache/backupninja/duplicity.
... instead of previous /var/backups/duplicity.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,8 +11,8 @@ version 0.9.8 -- UNRELEASED 0.6.01 or newer, that depends on local caching (Closes: #572721) . Ignore anything but digits and "." when comparing versions (Closes: #578987) - . Put archive directory (cache) into /var/backups/duplicity rather - than the default /root/.cache/duplicity, unless the user + . Put archive directory (cache) into /var/cache/backupninja/duplicity + rather than the default /root/.cache/duplicity, unless the user has specified it (Closes: 580213) . Better example.dup documentation. Thanks, Alster! . Added ftp_password option to securely transmit the FTP password |