Mfr commited on 2008-07-08 08:46:59
Zeige 1 geänderte Dateien mit 3 Einfügungen und 3 Löschungen.
| ... | ... |
@@ -1,5 +1,5 @@ |
| 1 | 1 |
## translation metadata |
| 2 |
-# Revision: $Revision: 15540 $ |
|
| 2 |
+# Revision: $Revision$ |
|
| 3 | 3 |
|
| 4 | 4 |
#include "head.wmi" TITLE="Tor: Mirrors" |
| 5 | 5 |
|
| ... | ... |
@@ -15,14 +15,14 @@ If you would like to run a mirror, it's as easy as this command to download |
| 15 | 15 |
everything a mirror should share with the world: |
| 16 | 16 |
<br /> <br /> |
| 17 | 17 |
<tt> |
| 18 |
-rsync -av rsync://rsync.torproject.org/tor tor-mirror/ |
|
| 18 |
+rsync -av --delete rsync://rsync.torproject.org/tor tor-mirror/ |
|
| 19 | 19 |
</tt> |
| 20 | 20 |
<br /> <br /> |
| 21 | 21 |
If you would like to run a dist/ mirror, it's as easy as this command to |
| 22 | 22 |
download everything a dist mirror should share with the world: |
| 23 | 23 |
<br /> <br /> |
| 24 | 24 |
<tt> |
| 25 |
-rsync -av rsync://rsync.torproject.org/tor/dist tor-mirror-dist/ |
|
| 25 |
+rsync -av --delete rsync://rsync.torproject.org/tor/dist tor-mirror-dist/ |
|
| 26 | 26 |
</tt> |
| 27 | 27 |
<br/> <br/> |
| 28 | 28 |
Please ensure that you keep your mirror updated (we suggest automating this |
| 29 | 29 |