From 0e8529d2fa34000199744c60fdcee92f8ba0c2f9 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Wed, 8 Jul 2009 20:46:29 -0400 Subject: The "desturl" parameter support in duplicity handler was somehow completely removed from the debian package since 0.9.6-1. The handler included in the debian package is the one from 0.9.5-3. This brings them back into line. --- examples/example.dup | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'examples') diff --git a/examples/example.dup b/examples/example.dup index d490f74..830a47d 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; 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 -- cgit v1.2.3