=================================================================== RCS file: /cvs/openbsd/OpenBSDTorrents/MirrorOpenBSD,v retrieving revision 1.2 retrieving revision 1.6 diff -u -r1.2 -r1.6 --- openbsd/OpenBSDTorrents/MirrorOpenBSD 2006/11/06 23:22:22 1.2 +++ openbsd/OpenBSDTorrents/MirrorOpenBSD 2009/10/20 20:05:58 1.6 @@ -1,5 +1,5 @@ #!/bin/sh -# $RedRiver: MirrorOpenBSD,v 1.1 2006/07/24 18:03:53 andrew Exp $ +# $RedRiver: MirrorOpenBSD,v 1.4 2007/10/01 20:17:23 andrew Exp $ . /etc/OpenBSDTorrents.conf @@ -16,14 +16,17 @@ fi echo $$ > ${PIDFILE} -SERVER=rsync://openbsd.mirrors.tds.net/OpenBSD -#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 -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 \.mirror\." \ - -f "exclude /\." \ -f "exclude /OpenBGPD/" \ -f "exclude /OpenNTPD/" \ -f "exclude /OpenSSH/" \ @@ -32,7 +35,9 @@ -f "exclude /distfiles/" \ -f "exclude /patches/" \ -f "exclude /snapshots/packages/" \ - -f "exclude /2\.?/" \ - -f "exclude /3\.[0-8]/" \ + -f "exclude /2.?/" \ + -f "exclude /3.?/" \ + -f "exclude /4.[01234]/" \ + -f "exclude /4.7/packages/" \ ${SERVER} ${OBT_DIR_FTP}/${OBT_BASENAME}