aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/dup.conf.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/dup.conf.erb b/templates/dup.conf.erb
index 9070bac..9c37b7d 100644
--- a/templates/dup.conf.erb
+++ b/templates/dup.conf.erb
@@ -34,6 +34,6 @@ else
duplicity -v6 --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 || exit 1
-
- duplicity remove-older-than $REMOVE_OLDER_THAN file:///$BACKUP_FOLDER || exit 1
+
+ duplicity remove-older-than $REMOVE_OLDER_THAN file:///$BACKUP_FOLDER --force || exit 1
fi