From: Silvio Rhatto Date: Fri, 17 May 2024 00:08:03 +0000 (-0300) Subject: Fix duplicity invocation X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=77633002019784c0460a6a3ceb6224b86cda5ea8;p=puppet-backup.git Fix duplicity invocation --- 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