=================================================================== RCS file: /cvs/openbsd/OpenBSDTorrents/MirrorOpenBSD,v retrieving revision 1.11 retrieving revision 1.13 diff -u -r1.11 -r1.13 --- openbsd/OpenBSDTorrents/MirrorOpenBSD 2011/03/31 03:21:39 1.11 +++ openbsd/OpenBSDTorrents/MirrorOpenBSD 2012/09/01 17:37:07 1.13 @@ -1,5 +1,5 @@ #!/bin/sh -# $RedRiver: MirrorOpenBSD,v 1.10 2010/05/19 22:18:02 andrew Exp $ +# $RedRiver: MirrorOpenBSD,v 1.11 2011/03/31 02:21:39 andrew Exp $ . /etc/OpenBSDTorrents.conf @@ -23,8 +23,9 @@ #SERVER=rsync://mirror.rit.edu/OpenBSD/ #SERVER=rsync://filedump.se.rit.edu/OpenBSD/ #SERVER=rsync://mirror.planetunix.net/OpenBSD/ +#SERVER=rsync://mirror.team-cymru.org/OpenBSD/ -# --dry-run \ + #--dry-run \ rsync -a \ --delete \ --delete-excluded \ @@ -40,8 +41,9 @@ -f "exclude /patches/" \ -f "exclude */Changelogs/" \ -f "exclude /snapshots/packages/" \ - -f "exclude /[23].?/" \ - -f "exclude /4.[0123456]/" \ - -f "exclude /4.[79]/packages/" \ + -f "exclude /[234].?/" \ + -f "exclude /5.[023456789]/packages/" \ + -f "exclude /5.2/**.tgz" \ ${SERVER} ${OBT_DIR_FTP}/${OBT_BASENAME} + #-f "exclude /5.[0]/" \