diff options
author | intrigeri <intrigeri@boum.org> | 2010-03-06 19:25:27 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2010-03-06 19:25:27 +0100 |
commit | 1cd91839c360931fc97bdef0b31d7887218d00ed (patch) | |
tree | eaf7a0f37d15339d6939fd109b85c9ab8ad8c24b /ChangeLog | |
parent | 7dce2f1138796cfb78c22a402b6039bdf76d4220 (diff) | |
download | backupninja-1cd91839c360931fc97bdef0b31d7887218d00ed.tar.gz backupninja-1cd91839c360931fc97bdef0b31d7887218d00ed.tar.bz2 |
dup: use duplicity's --extra-clean option when necessary
This is necessary to get rid of unnecessary old cache files when cleaning up,
when using duplicity >=0.6.01 that depends on local caching.
Closes: #572721
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ version 0.9.8 -- UNRELEASED handler changes sys: . Only run mdadm if RAID devices actually exist (Closes: #572450) + dup: + . Use duplicity's --extra-clean option to get rid of unnecessary old + cache files when cleaning up. This is enabled when using duplicity + 0.6.01 or newer, that depends on local caching (Closes: #572721) version 0.9.7 -- January 27, 2010 backupninja changes |