From bb423d57028f54f6231c4084149a6d493ec35496 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 21 Jan 2016 14:35:12 +0100 Subject: backup.sh: Drop logfile Grows way too large Signed-off-by: Florian Pritz --- backup.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'backup.sh') diff --git a/backup.sh b/backup.sh index 4f3ec69..760d78e 100755 --- a/backup.sh +++ b/backup.sh @@ -87,7 +87,6 @@ backup() { #export PASSPHRASE duplicity \ - --log-file /var/log/backup.log \ -v5 \ --numeric-owner \ --volsize 250 \ @@ -96,7 +95,7 @@ backup() { --no-encryption \ "${options[@]}" "$@" "$src" "$dest" - duplicity --log-file /var/log/backup.log --force remove-older-than 120D "$dest" + duplicity --force remove-older-than 120D "$dest" #export PASSPHRASE="" } -- cgit v1.2.3-24-g4f1b