ChangeLog: adapt migration instructions for stream_buffer and rate_limit

pull/293/head
Axel Burri 2019-07-30 23:46:19 +02:00
parent 8d0d7edda7
commit e297d37560
1 changed files with 9 additions and 3 deletions

View File

@ -1,10 +1,16 @@
btrbk-current
* MIGRATION
- If stream_buffer or rate_limit is configured, install "mbuffer"
(version >= 20180505) on your local and/or target hosts.
- If stream_buffer or rate_limit is configured, please install
"mbuffer" (version >= 20180505). Note that mbuffer is only
required on remote hosts if stream_buffer_remote or
rate_limit_remote is set.
- In order to mimic old behavior, replace rate_limit with
rate_limit_remote, and read btrbk.conf(5).
* Dropped run-time dependency on "pv" (in favor of "mbuffer").
* Combined stream_buffer and rate_limit: for rate_limit, use
"mbuffer" (on target host) instead of "pv" (on source host).
"mbuffer" (on local host) instead of "pv" (on source host).
* Add stream_buffer_remote and rate_limit_remote options.
* Use "mbuffer" instead of "pv" for --progress display.
* Add stream_buffer functionality for raw targets.