...
|
...
|
@@ -17,15 +17,16 @@
|
17
|
17
|
our mirrors are publicly listed on <a href="<page getinvolved/mirrors>">our mirrors
|
18
|
18
|
page</a>. We've included some sample commands and configuration below
|
19
|
19
|
to make the initial setup and ongoing maintenance a minimal effort.
|
20
|
|
- The Tor website and distribution directory currently require 8.0 GB of
|
|
20
|
+ The Tor website and distribution directory currently require roughly 6 GB of
|
21
|
21
|
disk space.</p>
|
22
|
22
|
<h2><a class="anchor" href="#sysconfig">Configuring your System</a></h2>
|
23
|
23
|
<p>
|
24
|
|
- If you would like to run a mirror, it's as easy as this command to download
|
|
24
|
+ If you would like to run a mirror, it's as easy as these commands to download
|
25
|
25
|
everything a mirror should share with the world:
|
26
|
26
|
<br> <br>
|
27
|
27
|
<tt>
|
28
|
|
- rsync -av --delete rsync://rsync.torproject.org/website-mirror tor-mirror/
|
|
28
|
+ rsync -av --exclude 'dist'--delete rsync://rsync.torproject.org/website-mirror tor-mirror/
|
|
29
|
+ rsync -av --delete rsync://rsync.torproject.org/dist-mirror tor-mirror/dist/
|
29
|
30
|
</tt>
|
30
|
31
|
|
31
|
32
|
<p>
|
...
|
...
|
@@ -55,6 +56,7 @@
|
55
|
56
|
<pre>
|
56
|
57
|
# m h dom mon dow command
|
57
|
58
|
0 */6 * * * rsync -aq --delete rsync://rsync.torproject.org/website-mirror/ /var/www/mirrors/torproject.org
|
|
59
|
+ 5 */6 * * * rsync -aq --delete rsync://rsync.torproject.org/dist-mirror/ /var/www/mirrors/torproject.org/dist
|
58
|
60
|
</pre>
|
59
|
61
|
</tt>
|
60
|
62
|
</p>
|