summaryrefslogtreecommitdiffstats
path: root/backup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'backup.sh')
-rwxr-xr-xbackup.sh3
1 files changed, 1 insertions, 2 deletions
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=""
}