Skip to content
Snippets Groups Projects
Commit e727feb5 authored by Jérôme Charaoui's avatar Jérôme Charaoui
Browse files

Merge branch 'issue11335' into 'master'

remove default duplicity option `--extra-clean`

See merge request liberate/backupninja!59
parents dd86260f 895644b8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment