[or-cvs] r15747: Update rsync link to replicate exactly main site and fix pro (website/trunk/en)

mfr at seul.org mfr at seul.org
Tue Jul 8 06:46:59 UTC 2008


Author: mfr
Date: 2008-07-08 02:46:59 -0400 (Tue, 08 Jul 2008)
New Revision: 15747

Modified:
   website/trunk/en/running-a-mirror.wml
Log:
Update rsync link to replicate exactly main site and fix props. Remove of files wasn't activated for mirrors.

Modified: website/trunk/en/running-a-mirror.wml
===================================================================
--- website/trunk/en/running-a-mirror.wml	2008-07-08 05:07:19 UTC (rev 15746)
+++ website/trunk/en/running-a-mirror.wml	2008-07-08 06:46:59 UTC (rev 15747)
@@ -1,5 +1,5 @@
 ## translation metadata
-# Revision: $Revision: 15540 $
+# Revision: $Revision$
 
 #include "head.wmi" TITLE="Tor: Mirrors"
 
@@ -15,14 +15,14 @@
 everything a mirror should share with the world:
 <br /> <br />
 <tt>
-rsync -av rsync://rsync.torproject.org/tor tor-mirror/
+rsync -av --delete 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/
+rsync -av --delete rsync://rsync.torproject.org/tor/dist tor-mirror-dist/
 </tt>
 <br/> <br/>
 Please ensure that you keep your mirror updated (we suggest automating this


Property changes on: website/trunk/en/running-a-mirror.wml
___________________________________________________________________
Name: svn:keywords
   + Author Date Id Revision
Name: svn:eol-style
   + native



More information about the tor-commits mailing list