=================================================================== RCS file: /cvs/openbsd/OpenBSDTorrents/MirrorOpenBSD,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- openbsd/OpenBSDTorrents/MirrorOpenBSD 2007/02/07 23:09:05 1.3 +++ openbsd/OpenBSDTorrents/MirrorOpenBSD 2007/10/01 21:17:23 1.4 @@ -1,5 +1,5 @@ #!/bin/sh -# $RedRiver: MirrorOpenBSD,v 1.2 2006/11/06 23:22:22 andrew Exp $ +# $RedRiver: MirrorOpenBSD,v 1.3 2007/02/07 23:09:05 andrew Exp $ . /etc/OpenBSDTorrents.conf @@ -19,7 +19,8 @@ SERVER=rsync://openbsd.mirrors.tds.net/OpenBSD #SERVER=rsync://ftp3.usa.openbsd.org/ftp/ -rsync -az --delete --delete-excluded \ +rsync -az \ + --delete --delete-excluded \ --verbose=1 --log-format="%o \`%f'%L %b %l" \ -f "exclude .*" \ -f "exclude ls-lR.gz" \ @@ -32,6 +33,6 @@ -f "exclude /patches/" \ -f "exclude /snapshots/packages/" \ -f "exclude /2\.?/" \ - -f "exclude /3\.[0-8]/" \ + -f "exclude /3\.?/" \ ${SERVER} ${OBT_DIR_FTP}/${OBT_BASENAME}