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

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

version 1.4, 2007/10/01 21:17:23 version 1.5, 2007/11/02 03:35:07
Line 1 
Line 1 
 #!/bin/sh  #!/bin/sh
 # $RedRiver: MirrorOpenBSD,v 1.3 2007/02/07 23:09:05 andrew Exp $  # $RedRiver: MirrorOpenBSD,v 1.4 2007/10/01 20:17:23 andrew Exp $
   
 . /etc/OpenBSDTorrents.conf  . /etc/OpenBSDTorrents.conf
   
Line 16 
Line 16 
 fi  fi
 echo $$ > ${PIDFILE}  echo $$ > ${PIDFILE}
   
 SERVER=rsync://openbsd.mirrors.tds.net/OpenBSD  lftp -f ${OBT_DIR_HOME}/lftp-OpenBSD.script
 #SERVER=rsync://ftp3.usa.openbsd.org/ftp/  
   
 rsync -az \  
         --delete --delete-excluded \  
         --verbose=1 --log-format="%o \`%f'%L %b %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 /snapshots/packages/" \  
         -f "exclude /2\.?/" \  
         -f "exclude /3\.?/" \  
         ${SERVER} ${OBT_DIR_FTP}/${OBT_BASENAME}  
   

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

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