From f0caa9cc1bc25a9944ceb82d33a116e14bee4632 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Tue, 24 Jun 2008 13:32:34 +0000 Subject: dup: support every duplicity-supported transport with new configuration option desturl (Closes: #483712, #346040, Trac#2) --- examples/example.dup | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'examples/example.dup') diff --git a/examples/example.dup b/examples/example.dup index d490f74..91ff07e 100644 --- a/examples/example.dup +++ b/examples/example.dup @@ -120,6 +120,12 @@ exclude = /home/*/.gnupg #keep = 60 #keep = yes +# full destination URL, in duplicity format; if set, desturl overrides +# sshoptions, destdir, desthost and destuser, and disables testconnect +# 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 -- cgit v1.2.3