diff options
author | Micah Anderson <micah@riseup.net> | 2009-07-08 20:46:29 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2009-07-08 20:46:29 -0400 |
commit | 0e8529d2fa34000199744c60fdcee92f8ba0c2f9 (patch) | |
tree | 8db1ebc8ee0a1d36fb16aa14ce5b1e03ab671a94 /examples | |
parent | f2cb7e4ab1a4f9c36b6d2fb3b9e65511acdfed44 (diff) | |
download | backupninja-0e8529d2fa34000199744c60fdcee92f8ba0c2f9.tar.gz backupninja-0e8529d2fa34000199744c60fdcee92f8ba0c2f9.tar.bz2 |
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.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/example.dup | 6 |
1 files changed, 6 insertions, 0 deletions
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 |