diff --git a/handlers/dup.in b/handlers/dup.in
index 88b9185f7680217dcf175d29d0c5f630ecfdd156..c338e47dcb1eda443c9fa929e8fa7a8cffff6c67 100644
--- a/handlers/dup.in
+++ b/handlers/dup.in
@@ -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