From 77633002019784c0460a6a3ceb6224b86cda5ea8 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 16 May 2024 21:08:03 -0300 Subject: Fix duplicity invocation --- templates/duplicity.sh.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3