]> asedeno.scripts.mit.edu Git - sipb-mirrors.git/blob - fetch-scripts/gentoo-distfiles
Create script for Parrot Security OS <https://www.parrotsec.org/>
[sipb-mirrors.git] / fetch-scripts / gentoo-distfiles
1 #!/bin/sh
2 # Modified from http://www.gentoo.org/doc/en/rsync.xml#doc_chap3
3
4 RSYNCSOURCE=rsync://ftp.ussg.iu.edu/gentoo-distfiles
5 BASEDIR=${MIRRORDIR}/gentoo-distfiles
6
7 rsync --recursive --times --links --hard-links \
8       --stats \
9       --verbose \
10       --perms \
11       -D \
12       --delete \
13       --timeout=300 \
14       --exclude=releases/.test/THIS-FILE-SHOULD-NOT-BE-PUBLIC.txt \
15       ${RSYNCSOURCE} ${BASEDIR}