From deadc81729af102d653f514cc500a7f2694b9f6d Mon Sep 17 00:00:00 2001 From: Stefano Probst Date: Sat, 17 Sep 2016 09:14:01 +0200 Subject: [PATCH] Fix inconsistency in FAQ The script in the FAQ is named pv-wrapper. But in the variable export pv-wrapper.sh was used. --- docs/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.rst b/docs/faq.rst index 0806c483c..a84cf481b 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -403,7 +403,7 @@ Create a wrapper script: /usr/local/bin/pv-wrapper :: Add BORG_RSH environment variable to use pipeviewer wrapper script with ssh. :: - export BORG_RSH='/usr/local/bin/pv-wrapper.sh ssh' + export BORG_RSH='/usr/local/bin/pv-wrapper ssh' Now |project_name| will be bandwidth limited. Nice thing about pv is that you can change rate-limit on the fly: ::