From 5be6c5d281d89208cb3ed5f2175f404f1ded3eaf Mon Sep 17 00:00:00 2001 From: "d. johnson" Date: Sat, 24 May 2014 22:39:35 -0500 Subject: move backup temp to /var/tmp, avoid tmpfs --- duplicity-backups.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit