=================================================================== RCS file: /cvs/openbsd/OpenBSDTorrents/MirrorOpenBSD,v retrieving revision 1.6 retrieving revision 1.8 diff -u -r1.6 -r1.8 --- openbsd/OpenBSDTorrents/MirrorOpenBSD 2009/10/20 20:05:58 1.6 +++ openbsd/OpenBSDTorrents/MirrorOpenBSD 2010/01/05 19:43:16 1.8 @@ -1,5 +1,5 @@ #!/bin/sh -# $RedRiver: MirrorOpenBSD,v 1.4 2007/10/01 20:17:23 andrew Exp $ +# $RedRiver: MirrorOpenBSD,v 1.7 2009/10/21 18:04:59 andrew Exp $ . /etc/OpenBSDTorrents.conf @@ -16,10 +16,12 @@ fi echo $$ > ${PIDFILE} -SERVER=rsync://ftp3.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/ +SERVER=rsync://mirror.planetunix.net/OpenBSD/ # --dry-run \ rsync -a \ @@ -35,9 +37,8 @@ -f "exclude /distfiles/" \ -f "exclude /patches/" \ -f "exclude /snapshots/packages/" \ - -f "exclude /2.?/" \ - -f "exclude /3.?/" \ + -f "exclude /[23].?/" \ -f "exclude /4.[01234]/" \ - -f "exclude /4.7/packages/" \ + -f "exclude /4.[5789]/packages/" \ ${SERVER} ${OBT_DIR_FTP}/${OBT_BASENAME}