[BACK]Return to MirrorOpenBSD CVS log [TXT][DIR] Up to [local] / openbsd / OpenBSDTorrents

Diff for /openbsd/OpenBSDTorrents/MirrorOpenBSD between version 1.9 and 1.10

version 1.9, 2010/03/03 18:24:47 version 1.10, 2010/05/19 23:18:02
Line 1 
Line 1 
 #!/bin/sh  #!/bin/sh
 # $RedRiver: MirrorOpenBSD,v 1.8 2010/01/05 19:43:16 andrew Exp $  # $RedRiver: MirrorOpenBSD,v 1.9 2010/03/03 18:24:47 andrew Exp $
   
 . /etc/OpenBSDTorrents.conf  . /etc/OpenBSDTorrents.conf
   
Line 16 
Line 16 
 fi  fi
 echo $$ > ${PIDFILE}  echo $$ > ${PIDFILE}
   
 #SERVER=rsync://ftp3.usa.openbsd.org/ftp/  SERVER=rsync://ftp3.usa.openbsd.org/ftp/
 #SERVER=rsync://ftp5.usa.openbsd.org/ftp/  #SERVER=rsync://ftp5.usa.openbsd.org/ftp/
 #SERVER=rsync://openbsd.mirrors.tds.net/OpenBSD  #SERVER=rsync://openbsd.mirrors.tds.net/OpenBSD
 #SERVER=rsync://openbsd.mirror.frontiernet.net/OpenBSD  #SERVER=rsync://openbsd.mirror.frontiernet.net/OpenBSD
 #SERVER=rsync://mirror.rit.edu/OpenBSD/  #SERVER=rsync://mirror.rit.edu/OpenBSD/
 SERVER=rsync://mirror.planetunix.net/OpenBSD/  #SERVER=rsync://filedump.se.rit.edu/OpenBSD/
   #SERVER=rsync://mirror.planetunix.net/OpenBSD/
   
 #       --dry-run \  #       --dry-run \
 rsync -a \  rsync -a \
         --delete --delete-excluded \          --delete \
           --delete-excluded \
         --verbose=1 --log-format="%t [%p] %o %f %l" \          --verbose=1 --log-format="%t [%p] %o %f %l" \
         -f "exclude .*" \          -f "exclude .*" \
         -f "exclude ls-lR.gz" \          -f "exclude ls-lR.gz" \
Line 36 
Line 38 
         -f "exclude /src/" \          -f "exclude /src/" \
         -f "exclude /distfiles/" \          -f "exclude /distfiles/" \
         -f "exclude /patches/" \          -f "exclude /patches/" \
           -f "exclude */Changelogs/" \
         -f "exclude /snapshots/packages/" \          -f "exclude /snapshots/packages/" \
         -f "exclude /[23].?/" \          -f "exclude /[23].?/" \
         -f "exclude /4.[01234]/" \          -f "exclude /4.[012345]/" \
         -f "exclude /4.[5789]/packages/" \          -f "exclude /4.[689]/packages/" \
         ${SERVER} ${OBT_DIR_FTP}/${OBT_BASENAME}          ${SERVER} ${OBT_DIR_FTP}/${OBT_BASENAME}
   

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>