summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-08-12 05:38:20 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-08-12 05:38:20 +0000
commit4038edc829ff3684bc3020e01c0868393812dd6b (patch)
tree3438976e426f5a81314b8a048c3af5880b431f22
parentc5fa7e7f24c5f28e3267523f09a03ccfa6c18a4c (diff)
downloadrdiff-backup-4038edc829ff3684bc3020e01c0868393812dd6b.tar.gz
Removed the obsolete --sleep-ratio bit
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@610 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rw-r--r--rdiff-backup/FAQ-body.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/rdiff-backup/FAQ-body.html b/rdiff-backup/FAQ-body.html
index 199df1e..71ae530 100644
--- a/rdiff-backup/FAQ-body.html
+++ b/rdiff-backup/FAQ-body.html
@@ -264,10 +264,11 @@ taken up by the hardlink_data file to record hard links.</p>
<li><strong><a name="bwlimit">Is there some way to limit rdiff-backup's
bandwidth usage, as in rsync's --bwlimit option?</a></strong>
-<p>There is no internal rdiff-backup option to do this. However, the
---sleep-ratio option can limit overall resource usage, including
-bandwidth. Also, external utilities such as <a href="http://www.cons.org/cracauer/cstream.html">cstream</a> can be
-used to monitor bandwidth explicitly. trevor@tecnopolis.ca writes:</p>
+<p>There is no internal rdiff-backup option to do this. However,
+external utilities such as <a
+href="http://www.cons.org/cracauer/cstream.html">cstream</a> can be
+used to monitor bandwidth explicitly. trevor@tecnopolis.ca
+writes:</p>
<pre>rdiff-backup --remote-schema
'cstream -v 1 -t 10000 | ssh %s '\''rdiff-backup --server'\'' | cstream -t 20000'