瀏覽代碼

Merge pull request #2311 from enkore/f/ratelimit-faq

faq: mention --remote-ratelimit in bandwidth limit question
TW 8 年之前
父節點
當前提交
ae650792e7
共有 1 個文件被更改,包括 6 次插入2 次删除
  1. 6 2
      docs/faq.rst

+ 6 - 2
docs/faq.rst

@@ -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
-bandwidth limiting can be accomplished with pipeviewer_:
+To limit upload (i.e. :ref:`borg_create`) bandwidth, use the
+``--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  ::