aboutsummaryrefslogtreecommitdiff
path: root/templates/duplicity.sh.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/duplicity.sh.erb')
-rw-r--r--templates/duplicity.sh.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/duplicity.sh.erb b/templates/duplicity.sh.erb
index 846f9de..bd03808 100644
--- a/templates/duplicity.sh.erb
+++ b/templates/duplicity.sh.erb
@@ -41,7 +41,7 @@ else
# it's important to let $EXCLUDE come before $INCLUDE to
# have greater precedence; see duplicity(1) for more info
- duplicity -v6 --full-if-older-than $FULL_IF_OLDER_THAN \
+ duplicity --full-if-older-than $FULL_IF_OLDER_THAN \
--tempdir $TMP --encrypt-key $ENCRYPT_KEY --sign-key $SIGN_KEY \
--exclude $TMP $EXCLUDE $INCLUDE --exclude '**' / file:////$BACKUP_FOLDER