Skip to content
Snippets Groups Projects
Commit 895644b8 authored by yova's avatar yova
Browse files

remove default duplicity option `--extra-clean`

solves #11335
parent 5cc80402
Branches
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