]> gitweb.fluxo.info Git - puppet-backup.git/commitdiff
Fix duplicity invocation
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 17 May 2024 00:08:03 +0000 (21:08 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 17 May 2024 00:08:03 +0000 (21:08 -0300)
templates/duplicity.sh.erb

index 846f9dede2d8ad96c7905b9db29d5dba749f3a09..bd038087c5df70bd2e9185759363a3c02dea4087 100644 (file)
@@ -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