]> asedeno.scripts.mit.edu Git - sipb-mirrors.git/blob - fetch-scripts/openbsd
Added OpenBSD
[sipb-mirrors.git] / fetch-scripts / openbsd
1 #!/bin/sh
2
3 RSYNCSOURCE=rsync://mirrors.nycbug.org/OpenBSD
4 BASEDIR=${MIRRORDIR}/pub/OpenBSD
5
6 mkdir -p ${BASEDIR}
7 rsync --archive --delete --stats --verbose \
8        --exclude='/timestamp' \
9        ${RSYNCSOURCE} ${BASEDIR}
10 date +%s > ${BASEDIR}/timestamp