Include page request and disk space estimates for running a mirror. Thanks to m1 for the suggestion.
Andrew Lewman

Andrew Lewman commited on 2009-05-07 19:25:21
Zeige 1 geänderte Dateien mit 6 Einfügungen und 2 Löschungen.

... ...
@@ -9,7 +9,11 @@
9 9
 <h2>Tor: Running a Mirror</h2>
10 10
 <hr />
11 11
 
12
-<p>All of our mirrors are publicly listed on <a href="<page mirrors>">our mirrors page</a>.</p>
12
+<p>Thanks for considering to be a mirror.  All of our mirrors are publicly
13
+listed on <a href="<page mirrors>">our mirrors page</a>.  You should
14
+expect around 500 page requests per day from users all over the world.
15
+The Tor website and distribution directory currently require 15GB of
16
+disk space.  The /dist directory alone is 3.6 GB.</p>
13 17
 
14 18
 <p>
15 19
 If you would like to run a mirror, it's as easy as this command to download
... ...
@@ -19,7 +23,7 @@ everything a mirror should share with the world:
19 23
 rsync -av --delete rsync://rsync.torproject.org/tor tor-mirror/
20 24
 </tt>
21 25
 <br /> <br />
22
-If you would like to run a dist/ mirror, it's as easy as this command to 
26
+If you would like to run only a dist/ mirror, it's as easy as this command to 
23 27
 download everything a dist mirror should share with the world:
24 28
 <br /> <br />
25 29
 <tt>
26 30