=================================================================== RCS file: /cvs/openbsd/OpenBSDTorrents/MirrorOpenBSD,v retrieving revision 1.3 retrieving revision 1.9 diff -u -r1.3 -r1.9 --- openbsd/OpenBSDTorrents/MirrorOpenBSD 2007/02/07 23:09:05 1.3 +++ openbsd/OpenBSDTorrents/MirrorOpenBSD 2010/03/03 18:24:47 1.9 @@ -1,5 +1,5 @@ #!/bin/sh -# $RedRiver: MirrorOpenBSD,v 1.2 2006/11/06 23:22:22 andrew Exp $ +# $RedRiver: MirrorOpenBSD,v 1.8 2010/01/05 19:43:16 andrew Exp $ . /etc/OpenBSDTorrents.conf @@ -10,17 +10,23 @@ PID=`head -1 ${PIDFILE}` kill -0 ${PID} 2> /dev/null if [ $? -eq 0 ]; then - echo Already running + echo $0 Already running exit 1 fi fi echo $$ > ${PIDFILE} -SERVER=rsync://openbsd.mirrors.tds.net/OpenBSD #SERVER=rsync://ftp3.usa.openbsd.org/ftp/ +#SERVER=rsync://ftp5.usa.openbsd.org/ftp/ +#SERVER=rsync://openbsd.mirrors.tds.net/OpenBSD +#SERVER=rsync://openbsd.mirror.frontiernet.net/OpenBSD +#SERVER=rsync://mirror.rit.edu/OpenBSD/ +SERVER=rsync://mirror.planetunix.net/OpenBSD/ -rsync -az --delete --delete-excluded \ - --verbose=1 --log-format="%o \`%f'%L %b %l" \ +# --dry-run \ +rsync -a \ + --delete --delete-excluded \ + --verbose=1 --log-format="%t [%p] %o %f %l" \ -f "exclude .*" \ -f "exclude ls-lR.gz" \ -f "exclude /OpenBGPD/" \ @@ -31,7 +37,8 @@ -f "exclude /distfiles/" \ -f "exclude /patches/" \ -f "exclude /snapshots/packages/" \ - -f "exclude /2\.?/" \ - -f "exclude /3\.[0-8]/" \ + -f "exclude /[23].?/" \ + -f "exclude /4.[01234]/" \ + -f "exclude /4.[5789]/packages/" \ ${SERVER} ${OBT_DIR_FTP}/${OBT_BASENAME}