as far as I know, --bwlimit does not accept unit, it always takes kilobytes

This commit is contained in:
http://nicolas-schodet.myopenid.com/ 2011-10-29 01:01:38 +00:00 committed by admin
parent ab738a403a
commit aeb4e285eb

View file

@ -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 100k"
For example, to limit the bandwidth to 100Kbye/s, set it to "--bwlimit 100"
(There is no corresponding option for bup join.)
* `annex.ssh-options`, `annex.rsync-options`, `annex.bup-split-options`