aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2011-09-24 19:09:14 +0200
committerintrigeri <intrigeri@boum.org>2011-09-24 19:10:35 +0200
commit25ad989fb72a53556421bd6e56c2275be9eadcab (patch)
treec666f6c3fb08560cd3c66f2bdc12e1e033608e22
parent47bc20217c04f133c14b168ed15bc715c869c77e (diff)
downloadbackupninja-25ad989fb72a53556421bd6e56c2275be9eadcab.tar.gz
backupninja-25ad989fb72a53556421bd6e56c2275be9eadcab.tar.bz2
Make the .dup generated by ninjahelper more consistent with example.dup.
I.e. document tmpdir.
-rw-r--r--ChangeLog6
-rw-r--r--handlers/dup.helper.in6
2 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index feeb8c5..0c763f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+version 1.0 -- UNRELEASED
+ handler changes
+ dup:
+ . Make the .dup generated by ninjahelper more consistent with
+ example.dup.
+
version 0.9.10 -- September 23, 2011
backupninja changes
. Fix email reports, that were broken by the new locking support.
diff --git a/handlers/dup.helper.in b/handlers/dup.helper.in
index 7f82c2f..050cbca 100644
--- a/handlers/dup.helper.in
+++ b/handlers/dup.helper.in
@@ -286,6 +286,12 @@ nicelevel = $dup_nicelevel
# if 'desturl' is set below, 'testconnect' must be set to 'no' for now.
testconnect = $dup_testconnect
+## temporary directory used by duplicity, set to some other location if your /tmp is small
+## default is either /tmp or /usr/tmp, depending on the system
+##
+## Default:
+# tmpdir = /tmp
+
######################################################
## gpg section
## (how to encrypt and optionally sign the backups)