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
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
fi
fi
+### Cleanup options
+if [ "$duplicity_major" -ge 0 -a "$duplicity_minor" -ge 6 -a "$duplicity_sub" -ge 1 ]; then
+ execstr_options="${execstr_options} --extra-clean"
+fi
+
### Temporary directory
precmd=
if [ -n "$tmpdir" ]; then