=================================================================== RCS file: /cvs/openbsd/OpenBSDTorrents/MirrorOpenBSD,v retrieving revision 1.7 retrieving revision 1.10 diff -u -r1.7 -r1.10 --- openbsd/OpenBSDTorrents/MirrorOpenBSD 2009/10/21 19:04:59 1.7 +++ openbsd/OpenBSDTorrents/MirrorOpenBSD 2010/05/19 23:18:02 1.10 @@ -1,5 +1,5 @@ #!/bin/sh -# $RedRiver: MirrorOpenBSD,v 1.6 2009/10/20 19:05:58 andrew Exp $ +# $RedRiver: MirrorOpenBSD,v 1.9 2010/03/03 18:24:47 andrew Exp $ . /etc/OpenBSDTorrents.conf @@ -10,7 +10,7 @@ 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 @@ -20,10 +20,14 @@ #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://filedump.se.rit.edu/OpenBSD/ +#SERVER=rsync://mirror.planetunix.net/OpenBSD/ # --dry-run \ rsync -a \ - --delete --delete-excluded \ + --delete \ + --delete-excluded \ --verbose=1 --log-format="%t [%p] %o %f %l" \ -f "exclude .*" \ -f "exclude ls-lR.gz" \ @@ -34,9 +38,10 @@ -f "exclude /src/" \ -f "exclude /distfiles/" \ -f "exclude /patches/" \ + -f "exclude */Changelogs/" \ -f "exclude /snapshots/packages/" \ -f "exclude /[23].?/" \ - -f "exclude /4.[01234]/" \ - -f "exclude /4.[789]/packages/" \ + -f "exclude /4.[012345]/" \ + -f "exclude /4.[689]/packages/" \ ${SERVER} ${OBT_DIR_FTP}/${OBT_BASENAME}