mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-08 11:52:32 +01:00
Merge branch 'issue11335' into 'master'
remove default duplicity option `--extra-clean` See merge request liberate/backupninja!59
This commit is contained in:
commit
e727feb5e1
@ -209,11 +209,6 @@ else
|
||||
fi
|
||||
fi
|
||||
|
||||
### Cleanup options
|
||||
if ! version_ge "$duplicity_version" '0.6.20'; then
|
||||
execstr_options="${execstr_options} --extra-clean"
|
||||
fi
|
||||
|
||||
### Temporary directory
|
||||
if [ -n "$tmpdir" ]; then
|
||||
if [ ! -d "$tmpdir" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user