X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fbackupninja.git;a=blobdiff_plain;f=examples%2Fexample.dup;h=830a47d6555d882489102b4976b4b27207b92412;hp=457883c35166fcd8087bdca984754bc4b7297484;hb=c18c24b4e2aebf5328a3b4adc03895f6a5dffe04;hpb=d395ae94a5657afcc878adcd851d8e8c53df98de diff --git a/examples/example.dup b/examples/example.dup index 457883c..830a47d 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) @@ -116,11 +120,19 @@ exclude = /home/*/.gnupg #keep = 60 #keep = yes +# full destination URL, in duplicity format; if set, desturl overrides +# sshoptions, destdir, desthost and destuser; it also disables testconnect and +# bandwithlimit. For details, see duplicity manpage, section "URL FORMAT". +#desturl = file:///usr/local/backup +#desturl = rsync://user@other.host//var/backup/bla + # 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