]> asedeno.scripts.mit.edu Git - sipb-mirrors.git/blob - fetch-scripts/freebsd
Fix rsync URL for FreeBSD to the one which actually works
[sipb-mirrors.git] / fetch-scripts / freebsd
1 #!/bin/sh
2
3 RSYNCSOURCE=rsync://ftp11.FreeBSD.org/FreeBSD
4 BASEDIR=${MIRRORDIR}/FreeBSD
5
6 rsync --recursive --times --links --hard-links \
7       --stats \
8       --verbose \
9       --perms \
10       -D \
11       --delete \
12       --exclude="Attic" \
13       --timeout=300 \
14         --size-only -z \
15       ${RSYNCSOURCE} ${BASEDIR}