Merge branch 'issue11335' into 'master'

remove default duplicity option `--extra-clean`

See merge request liberate/backupninja!59
This commit is contained in:
Jerome Charaoui 2022-03-05 18:57:40 +00:00
commit e727feb5e1

View File

@ -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