diff options
Diffstat (limited to 'handlers/dup.helper.in')
-rw-r--r-- | handlers/dup.helper.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/handlers/dup.helper.in b/handlers/dup.helper.in index 96828ef..c1fbdd5 100644 --- a/handlers/dup.helper.in +++ b/handlers/dup.helper.in @@ -398,8 +398,8 @@ incremental = $dup_incremental keep = $dup_keep # 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 |