git.schokokeks.org
Repositories
Help
Report an Issue
tor-webwml.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
2599041de
Branches
Tags
bridges
docs-debian
jobs
master
press-clips
tor-webwml.git
en
running-a-mirror.wml
Add a new mirror, change the mirrors page to only have mirrors, break out the instructions page.
Jacob Appelbaum
commited
2599041de
at 2008-06-30 08:20:28
running-a-mirror.wml
Blame
History
Raw
## translation metadata # Revision: $Revision: 15540 $ #include "head.wmi" TITLE="Tor: Mirrors" <div class="main-column"> <h2>Tor: Running a Mirror</h2> <hr /> <p>All of our mirrors are publicly listed on <a href="<page mirrors>">our mirrors page</a>.</p> <p> If you would like to run a mirror, it's as easy as this command to download everything a mirror should share with the world: <br /> <br /> <tt> rsync -av rsync://rsync.torproject.org/tor tor-mirror/ </tt> <br /> <br /> If you would like to run a dist/ mirror, it's as easy as this command to download everything a dist mirror should share with the world: <br /> <br /> <tt> rsync -av rsync://rsync.torproject.org/tor/dist tor-mirror-dist/ </tt> <br/> <br/> Please ensure that you keep your mirror updated (we suggest automating this task with something like '<tt>cron</tt>'). Our website, source code and binary releases change often. Tor users everywhere will thank you. </p> <p> If you are running a mirror, please email <a href="mailto:tor-webmaster@torproject.org">tor-webmaster@torproject.org</a> and we'll add it to the list. </p> </div><!-- #main --> #include <foot.wmi>