Revert "as far as I know, --bwlimit does not accept unit, it always takes kilobytes"
This reverts commit aeb4e285eb
.
bup's --bwlimit does take a unit, unlike rsync's.
This commit is contained in:
parent
aeb4e285eb
commit
f65100b408
1 changed files with 1 additions and 1 deletions
|
@ -542,7 +542,7 @@ Here are all the supported configuration settings.
|
|||
* `remote.<name>.annex-bup-split-options`
|
||||
|
||||
Options to pass to bup split when storing content in this remote.
|
||||
For example, to limit the bandwidth to 100Kbye/s, set it to "--bwlimit 100"
|
||||
For example, to limit the bandwidth to 100Kbye/s, set it to "--bwlimit 100k"
|
||||
(There is no corresponding option for bup join.)
|
||||
|
||||
* `annex.ssh-options`, `annex.rsync-options`, `annex.bup-split-options`
|
||||
|
|
Loading…
Reference in a new issue