]> asedeno.scripts.mit.edu Git - sipb-mirrors.git/blob - fetch-scripts/gentoo-portage
Correct Parrot invocation
[sipb-mirrors.git] / fetch-scripts / gentoo-portage
1 #!/bin/sh
2 # Modified from http://www.gentoo.org/doc/en/rsync.xml#doc_chap3
3
4 RSYNCSOURCE=rsync://rsync.us.gentoo.org/gentoo-portage
5 BASEDIR=${MIRRORDIR}/gentoo-portage
6
7 rsync --recursive --times --links --hard-links \
8       --stats \
9       --verbose \
10       --perms \
11       -D \
12       --delete \
13       --timeout=300 \
14       ${RSYNCSOURCE} ${BASEDIR}