[or-cvs] r19798: {website} rsync (move trailing slash from destination target to source (website/trunk/en)

Jon at seul.org Jon at seul.org
Wed Jun 24 01:47:47 UTC 2009


Author: Jon
Date: 2009-06-23 21:47:47 -0400 (Tue, 23 Jun 2009)
New Revision: 19798

Modified:
   website/trunk/en/running-a-mirror.wml
Log:
rsync (move trailing slash from destination target to source target (fixes partly bug 1010)

Modified: website/trunk/en/running-a-mirror.wml
===================================================================
--- website/trunk/en/running-a-mirror.wml	2009-06-24 01:26:47 UTC (rev 19797)
+++ website/trunk/en/running-a-mirror.wml	2009-06-24 01:47:47 UTC (rev 19798)
@@ -36,7 +36,7 @@
 <tt>
 <pre>
 # m h  dom mon dow   command
-1 4 * * * rsync -av --delete rsync://rsync.torproject.org/tor /var/www/mirrors/torproject.org/
+1 4 * * * rsync -av --delete rsync://rsync.torproject.org/tor/ /var/www/mirrors/torproject.org
 </pre>
 </tt>
 </p>



More information about the tor-commits mailing list