diff --git a/MirrorOpenBSD b/MirrorOpenBSD index 04a4ade..e9499d9 100755 --- a/MirrorOpenBSD +++ b/MirrorOpenBSD @@ -1,5 +1,5 @@ #!/bin/sh -# $RedRiver: MirrorOpenBSD,v 1.9 2010/03/03 18:24:47 andrew Exp $ +# $RedRiver: MirrorOpenBSD,v 1.10 2010/05/19 22:18:02 andrew Exp $ . /etc/OpenBSDTorrents.conf @@ -16,8 +16,8 @@ if [ -e ${PIDFILE} ]; then fi echo $$ > ${PIDFILE} -SERVER=rsync://ftp3.usa.openbsd.org/ftp/ -#SERVER=rsync://ftp5.usa.openbsd.org/ftp/ +#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/ @@ -41,7 +41,7 @@ rsync -a \ -f "exclude */Changelogs/" \ -f "exclude /snapshots/packages/" \ -f "exclude /[23].?/" \ - -f "exclude /4.[012345]/" \ - -f "exclude /4.[689]/packages/" \ + -f "exclude /4.[0123456]/" \ + -f "exclude /4.[79]/packages/" \ ${SERVER} ${OBT_DIR_FTP}/${OBT_BASENAME}