diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/example.dup | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/example.dup b/examples/example.dup index 91ff07e..830a47d 100644 --- a/examples/example.dup +++ b/examples/example.dup @@ -121,8 +121,8 @@ exclude = /home/*/.gnupg  #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". +# 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  | 
