documentation: adapt rate_limit and --progress text

pull/293/head
Axel Burri 2019-07-28 15:04:30 +02:00
parent 9dc717c701
commit dc14611911
2 changed files with 5 additions and 4 deletions

View File

@ -132,7 +132,8 @@ OPTIONS
command line option to switch between different output formats. command line option to switch between different output formats.
--progress:: --progress::
Show progress bar on send-receive operation. Show progress bar on send-receive operation. Requires "mbuffer"
command (version >= 20180505) installed on the host running btrbk.
--lockfile <file>:: --lockfile <file>::
Create lockfile <file> on startup; checks lockfile before running Create lockfile <file> on startup; checks lockfile before running

View File

@ -305,9 +305,9 @@ backup process, leave this option disabled.
*rate_limit* <rate>|no:: *rate_limit* <rate>|no::
Limit the transfer to a maximum of '<rate>' bytes per second. A Limit the transfer to a maximum of '<rate>' bytes per second. A
suffix of "k", "m", "g", or "t" can be added to denote kilobytes suffix of "k", "m", "g", or "t" can be added to denote kilobytes
(*1024), megabytes, and so on. Defaults to ``no''. If enabled for (*1024), megabytes, and so on. Defaults to ``no''. Note that the
remote sources, make sure that the "pv" command is available on current implementation uses the "mbuffer" command for both
the source host. 'rate_limit' and 'stream_buffer' (see implications above).
=== System Options === System Options