1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-01 04:02:34 +00:00

Merge pull request #1612 from senden9/patch-2

Fix inconsistency in FAQ
This commit is contained in:
enkore 2016-09-17 12:05:28 +02:00 committed by GitHub
commit 50cef5a768

View file

@ -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: ::