summaryrefslogtreecommitdiffstats
path: root/duplicity-backups.sh
diff options
context:
space:
mode:
Diffstat (limited to 'duplicity-backups.sh')
-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