mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-22 22:22:27 +00:00
faq: mention --remote-ratelimit in bandwidth limit question
This commit is contained in:
parent
883a7eefb2
commit
988e452bc0
1 changed files with 6 additions and 2 deletions
|
@ -441,8 +441,12 @@ If the directory where you mount a filesystem is different every time,
|
||||||
Is there a way to limit bandwidth with |project_name|?
|
Is there a way to limit bandwidth with |project_name|?
|
||||||
------------------------------------------------------
|
------------------------------------------------------
|
||||||
|
|
||||||
There is no command line option to limit bandwidth with |project_name|, but
|
To limit upload (i.e. :ref:`borg_create`) bandwidth, use the
|
||||||
bandwidth limiting can be accomplished with pipeviewer_:
|
``--remote-ratelimit`` option.
|
||||||
|
|
||||||
|
There is no built-in way to limit *download*
|
||||||
|
(i.e. :ref:`borg_extract`) bandwidth, but limiting download bandwidth
|
||||||
|
can be accomplished with pipeviewer_:
|
||||||
|
|
||||||
Create a wrapper script: /usr/local/bin/pv-wrapper ::
|
Create a wrapper script: /usr/local/bin/pv-wrapper ::
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue