diff options
author | intrigeri <intrigeri@boum.org> | 2011-09-24 19:09:14 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2011-09-24 19:10:35 +0200 |
commit | 25ad989fb72a53556421bd6e56c2275be9eadcab (patch) | |
tree | c666f6c3fb08560cd3c66f2bdc12e1e033608e22 /handlers/dup.helper.in | |
parent | 47bc20217c04f133c14b168ed15bc715c869c77e (diff) | |
download | backupninja-25ad989fb72a53556421bd6e56c2275be9eadcab.tar.gz backupninja-25ad989fb72a53556421bd6e56c2275be9eadcab.tar.bz2 |
Make the .dup generated by ninjahelper more consistent with example.dup.
I.e. document tmpdir.
Diffstat (limited to 'handlers/dup.helper.in')
-rw-r--r-- | handlers/dup.helper.in | 6 |
1 files changed, 6 insertions, 0 deletions
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) |