]> asedeno.scripts.mit.edu Git - sipb-mirrors.git/blob - fetch-scripts/cpan
Created rsync script to mirror MacPorts
[sipb-mirrors.git] / fetch-scripts / cpan
1 #!/bin/sh
2
3 RSYNCSOURCE=rsync://ftp.funet.fi/ftp/pub/languages/perl/CPAN/
4 BASEDIR=${MIRRORDIR}/CPAN
5
6 rsync --recursive --times --links --hard-links \
7       --stats \
8       --verbose \
9       --perms \
10       -D \
11       --delete \
12       --timeout=300 \
13       ${RSYNCSOURCE} ${BASEDIR}