From e297d375607296b0ef000d92e4e02f95f9cf7d91 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Tue, 30 Jul 2019 23:46:19 +0200 Subject: [PATCH] ChangeLog: adapt migration instructions for stream_buffer and rate_limit --- ChangeLog | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index a296397..497e13d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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.