diff options
-rwxr-xr-x | backup.sh | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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="" } |