8a5a2e19edaf4247d669cca12f5dc307fa88d039
Jacob Appelbaum Add a new mirror, change th...

Jacob Appelbaum authored 15 years ago

1) ## translation metadata
Mfr Update rsync link to replic...

Mfr authored 15 years ago

2) # Revision: $Revision$
Jacob Appelbaum Add a new mirror, change th...

Jacob Appelbaum authored 15 years ago

3) 
Roger Dingledine fix links to svn mirror, ti...

Roger Dingledine authored 15 years ago

4) #include "head.wmi" TITLE="Tor: Running a Mirror"
Jacob Appelbaum Add a new mirror, change th...

Jacob Appelbaum authored 15 years ago

5) 
6) <div class="main-column">
7) 
8) <h2>Tor: Running a Mirror</h2>
9) <hr />
10) 
11) <p>All of our mirrors are publicly listed on <a href="<page mirrors>">our mirrors page</a>.</p>
12) 
13) <p>
14) If you would like to run a mirror, it's as easy as this command to download
15) everything a mirror should share with the world:
16) <br /> <br />
17) <tt>
Mfr Update rsync link to replic...

Mfr authored 15 years ago

18) rsync -av --delete rsync://rsync.torproject.org/tor tor-mirror/
Jacob Appelbaum Add a new mirror, change th...

Jacob Appelbaum authored 15 years ago

19) </tt>
20) <br /> <br />
21) If you would like to run a dist/ mirror, it's as easy as this command to 
22) download everything a dist mirror should share with the world:
23) <br /> <br />
24) <tt>
Mfr Update rsync link to replic...

Mfr authored 15 years ago

25) rsync -av --delete rsync://rsync.torproject.org/tor/dist tor-mirror-dist/
Jacob Appelbaum Add a new mirror, change th...

Jacob Appelbaum authored 15 years ago

26) </tt>
27) <br/> <br/>
28) Please ensure that you keep your mirror updated (we suggest automating this
29) task with something like '<tt>cron</tt>'). Our website, source code and
30) binary releases change often. Tor users everywhere will thank you.
31) </p>
32) 
33) <p>
34) If you are running a mirror, please email
Roger Dingledine keep fighting a losing battle

Roger Dingledine authored 15 years ago

35) <a href="<page contact>">tor-webmaster</a> and we'll add it to the list.