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

Diff for /openbsd/OpenBSDTorrents/MirrorOpenBSD between version 1.2 and 1.4

version 1.2, 2006/11/06 23:22:22 version 1.4, 2007/10/01 21:17:23
Line 1 
Line 1 
 #!/bin/sh  #!/bin/sh
 # $RedRiver: MirrorOpenBSD,v 1.1 2006/07/24 18:03:53 andrew Exp $  # $RedRiver: MirrorOpenBSD,v 1.3 2007/02/07 23:09:05 andrew Exp $
   
 . /etc/OpenBSDTorrents.conf  . /etc/OpenBSDTorrents.conf
   
Line 19 
Line 19 
 SERVER=rsync://openbsd.mirrors.tds.net/OpenBSD  SERVER=rsync://openbsd.mirrors.tds.net/OpenBSD
 #SERVER=rsync://ftp3.usa.openbsd.org/ftp/  #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" \          --verbose=1 --log-format="%o \`%f'%L %b %l" \
           -f "exclude .*" \
         -f "exclude ls-lR.gz" \          -f "exclude ls-lR.gz" \
         -f "exclude \.mirror\." \  
         -f "exclude /\." \  
         -f "exclude /OpenBGPD/" \          -f "exclude /OpenBGPD/" \
         -f "exclude /OpenNTPD/" \          -f "exclude /OpenNTPD/" \
         -f "exclude /OpenSSH/" \          -f "exclude /OpenSSH/" \
Line 33 
Line 33 
         -f "exclude /patches/" \          -f "exclude /patches/" \
         -f "exclude /snapshots/packages/" \          -f "exclude /snapshots/packages/" \
         -f "exclude /2\.?/" \          -f "exclude /2\.?/" \
         -f "exclude /3\.[0-8]/" \          -f "exclude /3\.?/" \
         ${SERVER} ${OBT_DIR_FTP}/${OBT_BASENAME}          ${SERVER} ${OBT_DIR_FTP}/${OBT_BASENAME}
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.4

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