summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authord. johnson <fenris02@fedoraproject.org>2014-05-24 22:39:35 -0500
committerd. johnson <fenris02@fedoraproject.org>2014-05-24 22:39:35 -0500
commit5be6c5d281d89208cb3ed5f2175f404f1ded3eaf (patch)
tree5eca07b9fc53d6c3ba99857cbadbfe1a71ace10f
parent3a7b5152c608650cf2a83d23aae48b8b7c03979c (diff)
downloadcleanup-5be6c5d281d89208cb3ed5f2175f404f1ded3eaf.tar.gz
cleanup-5be6c5d281d89208cb3ed5f2175f404f1ded3eaf.tar.xz
cleanup-5be6c5d281d89208cb3ed5f2175f404f1ded3eaf.zip
move backup temp to /var/tmp, avoid tmpfs
-rwxr-xr-xduplicity-backups.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/duplicity-backups.sh b/duplicity-backups.sh
index ba1ff47..d51d34a 100755
--- a/duplicity-backups.sh
+++ b/duplicity-backups.sh
@@ -26,7 +26,7 @@ EXTRA_DUPLICITY="
# Additional TMP space needed, but may make it faster: --asynchronous-upload \
# Loading the day of the month in a variable.
-TMPDIR=/root/tmp
+export TMPDIR=/var/tmp
# Check to see if we have a SSH key
if [ ! -e /root/.ssh/id_rsa ]; then