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

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

version 1.5, 2007/11/02 03:35:07 version 1.6, 2009/10/20 20:05:58
Line 16 
Line 16 
 fi  fi
 echo $$ > ${PIDFILE}  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
   
   #       --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 /snapshots/packages/" \
           -f "exclude /2.?/" \
           -f "exclude /3.?/" \
           -f "exclude /4.[01234]/" \
           -f "exclude /4.7/packages/" \
           ${SERVER} ${OBT_DIR_FTP}/${OBT_BASENAME}
   

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

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