summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authord. johnson <fenris02@fedoraproject.org>2014-05-22 00:19:29 -0500
committerd. johnson <fenris02@fedoraproject.org>2014-05-22 00:19:29 -0500
commit3a7b5152c608650cf2a83d23aae48b8b7c03979c (patch)
treea3b0c873c18275d18c15d0c93cf1c6b74979db80
parent6f44d9919eb067259f73009c7dc8d74954fd879f (diff)
downloadcleanup-3a7b5152c608650cf2a83d23aae48b8b7c03979c.tar.gz
cleanup-3a7b5152c608650cf2a83d23aae48b8b7c03979c.tar.xz
cleanup-3a7b5152c608650cf2a83d23aae48b8b7c03979c.zip
Comment out async-upload
-rwxr-xr-xduplicity-backups.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/duplicity-backups.sh b/duplicity-backups.sh
index 13a375f..ba1ff47 100755
--- a/duplicity-backups.sh
+++ b/duplicity-backups.sh
@@ -18,12 +18,12 @@ BACKUP_URL="sftp://User@BackupHost.local.lan//home/duplicity/$HOSTNAME/"
EXTRA_DUPLICITY="
--allow-source-mismatch \
--archive-dir /root/.cache/duplicity \
---asynchronous-upload \
--full-if-older-than 7D \
--log-file /var/log/duplicity.log \
--verbosity notice \
--volsize 250 \
"
+# Additional TMP space needed, but may make it faster: --asynchronous-upload \
# Loading the day of the month in a variable.
TMPDIR=/root/tmp