=================================================================== RCS file: /cvs/openbsd/OpenBSDTorrents/MirrorOpenBSD,v retrieving revision 1.5 retrieving revision 1.12 diff -u -r1.5 -r1.12 --- openbsd/OpenBSDTorrents/MirrorOpenBSD 2007/11/02 03:35:07 1.5 +++ openbsd/OpenBSDTorrents/MirrorOpenBSD 2011/12/08 02:07:49 1.12 @@ -1,5 +1,5 @@ #!/bin/sh -# $RedRiver: MirrorOpenBSD,v 1.4 2007/10/01 20:17:23 andrew Exp $ +# $RedRiver: MirrorOpenBSD,v 1.11 2011/03/31 02:21:39 andrew Exp $ . /etc/OpenBSDTorrents.conf @@ -10,10 +10,39 @@ PID=`head -1 ${PIDFILE}` kill -0 ${PID} 2> /dev/null if [ $? -eq 0 ]; then - echo Already running + echo $0 Already running exit 1 fi fi echo $$ > ${PIDFILE} -lftp -f ${OBT_DIR_HOME}/lftp-OpenBSD.script +#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://filedump.se.rit.edu/OpenBSD/ +#SERVER=rsync://mirror.planetunix.net/OpenBSD/ +#SERVER=rsync://mirror.team-cymru.org/OpenBSD/ + +# --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 /OpenBGPD/" \ + -f "exclude /OpenNTPD/" \ + -f "exclude /OpenSSH/" \ + -f "exclude /cvs/" \ + -f "exclude /src/" \ + -f "exclude /distfiles/" \ + -f "exclude /patches/" \ + -f "exclude */Changelogs/" \ + -f "exclude /snapshots/packages/" \ + -f "exclude /[23].?/" \ + -f "exclude /4.[012345678]/" \ + -f "exclude /4.[9]/packages/" \ + -f "exclude /5.[1]/packages/" \ + ${SERVER} ${OBT_DIR_FTP}/${OBT_BASENAME}