[tor-commits] [webwml/master] Clarify mirroring instructions based on suggestion by StalkR
sebastian at torproject.org
sebastian at torproject.org
Tue Oct 21 06:51:05 UTC 2014
commit 2be237ed0acb6d51d2aaa03f9bb1c921636841b7
Author: Sebastian Hahn <sebastian at torproject.org>
Date: Tue Oct 21 08:50:51 2014 +0200
Clarify mirroring instructions based on suggestion by StalkR
---
docs/en/running-a-mirror.wml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en/running-a-mirror.wml b/docs/en/running-a-mirror.wml
index c6cb06b..53354a9 100644
--- a/docs/en/running-a-mirror.wml
+++ b/docs/en/running-a-mirror.wml
@@ -26,8 +26,8 @@
</p>
<tt>
<pre>
-rsync -av --exclude dist --delete rsync://rsync.torproject.org/website-mirror tor-mirror/
-rsync -av --delete rsync://rsync.torproject.org/dist-mirror tor-mirror/dist/
+rsync -aq --exclude dist --delete rsync://rsync.torproject.org/website-mirror/ /var/www/mirrors/torproject.org
+rsync -aq --delete rsync://rsync.torproject.org/dist-mirror/ /var/www/mirrors/torproject.org/dist
</pre>
</tt>
More information about the tor-commits
mailing list