X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=examples%2Fexample.dup;h=d490f745f3777458e72f5af8e2b74ecb27b12823;hb=c7edcf69ee006c8b28227e2bdeeb1ae3ec72eb98;hp=457883c35166fcd8087bdca984754bc4b7297484;hpb=d1dba9fdc4639ce37a39520fd0ad742b69d4a093;p=matthijs%2Fupstream%2Fbackupninja-vserver.git diff --git a/examples/example.dup b/examples/example.dup index 457883c..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) @@ -119,8 +123,10 @@ exclude = /home/*/.gnupg # bandwith limit, in kbit/s ; default is 0, i.e. no limit #bandwidthlimit = 128 -# passed directly to ssh and scp -sshoptions = -i /root/.ssh/id_dsa_duplicity +# passed directly to ssh, scp (and sftp in duplicity >=0.4.2) +# warning: sftp does not support all scp options, especially -i; as +# a workaround, you can use "-o " +sshoptions = -o IdentityFile=/root/.ssh/id_dsa_duplicity # put the backups under this directory destdir = /backups