Andrew Lewman commited on 2013-01-31 19:50:11
Zeige 1 geänderte Dateien mit 2 Einfügungen und 2 Löschungen.
| ... | ... |
@@ -25,7 +25,7 @@ |
| 25 | 25 |
everything a mirror should share with the world: |
| 26 | 26 |
<br> <br> |
| 27 | 27 |
<tt> |
| 28 |
- rsync -av --delete rsync://rsync.torproject.org/tor tor-mirror/ |
|
| 28 |
+ rsync -av --delete rsync://rsync.torproject.org/website-mirror tor-mirror/ |
|
| 29 | 29 |
</tt> |
| 30 | 30 |
|
| 31 | 31 |
<p> |
| ... | ... |
@@ -56,7 +56,7 @@ |
| 56 | 56 |
<tt> |
| 57 | 57 |
<pre> |
| 58 | 58 |
# m h dom mon dow command |
| 59 |
- 0 */6 * * * rsync -aq --delete rsync://rsync.torproject.org/tor/ /var/www/mirrors/torproject.org |
|
| 59 |
+ 0 */6 * * * rsync -aq --delete rsync://rsync.torproject.org/website-mirror/ /var/www/mirrors/torproject.org |
|
| 60 | 60 |
</pre> |
| 61 | 61 |
</tt> |
| 62 | 62 |
</p> |
| 63 | 63 |