mirror of https://github.com/digint/btrbk
documentation: adapt rate_limit and --progress text
parent
9dc717c701
commit
dc14611911
|
@ -132,7 +132,8 @@ OPTIONS
|
|||
command line option to switch between different output formats.
|
||||
|
||||
--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>::
|
||||
Create lockfile <file> on startup; checks lockfile before running
|
||||
|
|
|
@ -305,9 +305,9 @@ backup process, leave this option disabled.
|
|||
*rate_limit* <rate>|no::
|
||||
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
|
||||
(*1024), megabytes, and so on. Defaults to ``no''. If enabled for
|
||||
remote sources, make sure that the "pv" command is available on
|
||||
the source host.
|
||||
(*1024), megabytes, and so on. Defaults to ``no''. Note that the
|
||||
current implementation uses the "mbuffer" command for both
|
||||
'rate_limit' and 'stream_buffer' (see implications above).
|
||||
|
||||
|
||||
=== System Options
|
||||
|
|
Loading…
Reference in New Issue