Skip to content

Commit

Permalink
roll to 4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew authored and afresh1 committed Sep 3, 2012
1 parent e7ad2d1 commit e8d980c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions 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

Expand All @@ -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/
Expand All @@ -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}

0 comments on commit e8d980c

Please sign in to comment.