aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2007-11-26 07:42:24 +0000
committerintrigeri <intrigeri@boum.org>2007-11-26 07:42:24 +0000
commit8ed22e66fed72343e87740a235b0544faddd1d33 (patch)
tree345b23468239641f1c3e75857485010a8ae118eb /examples
parent440a0ef9b39e998c8ad0ca7c8a6e9d1644de23d1 (diff)
downloadbackupninja-8ed22e66fed72343e87740a235b0544faddd1d33.tar.gz
backupninja-8ed22e66fed72343e87740a235b0544faddd1d33.tar.bz2
dup: new tmpdir config option, useful when duplicity fills up /tmp
Diffstat (limited to 'examples')
-rw-r--r--examples/example.dup4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/example.dup b/examples/example.dup
index 0e7ed95..d490f74 100644
--- a/examples/example.dup
+++ b/examples/example.dup
@@ -8,6 +8,10 @@ nicelevel = 19
# default is yes. set to no to skip the test if the remote host is alive
#testconnect = no
+# temporary directory used by duplicity
+# (default = /tmp or /usr/tmp, depending on the system)
+#tmpdir = /var/tmp/duplicity
+
######################################################
## gpg section
## (how to encrypt and optionally sign the backups)