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

Diff for /openbsd/OpenBSDTorrents/MirrorOpenBSD between version 1.12 and 1.13

version 1.12, 2011/12/08 02:07:49 version 1.13, 2012/09/01 17:37:07
Line 25 
Line 25 
 #SERVER=rsync://mirror.planetunix.net/OpenBSD/  #SERVER=rsync://mirror.planetunix.net/OpenBSD/
 #SERVER=rsync://mirror.team-cymru.org/OpenBSD/  #SERVER=rsync://mirror.team-cymru.org/OpenBSD/
   
 #       --dry-run \          #--dry-run \
 rsync -a \  rsync -a \
         --delete \          --delete \
         --delete-excluded \          --delete-excluded \
Line 41 
Line 41 
         -f "exclude /patches/" \          -f "exclude /patches/" \
         -f "exclude */Changelogs/" \          -f "exclude */Changelogs/" \
         -f "exclude /snapshots/packages/" \          -f "exclude /snapshots/packages/" \
         -f "exclude /[23].?/" \          -f "exclude /[234].?/" \
         -f "exclude /4.[012345678]/" \          -f "exclude /5.[023456789]/packages/" \
         -f "exclude /4.[9]/packages/" \          -f "exclude /5.2/**.tgz" \
         -f "exclude /5.[1]/packages/" \  
         ${SERVER} ${OBT_DIR_FTP}/${OBT_BASENAME}          ${SERVER} ${OBT_DIR_FTP}/${OBT_BASENAME}
   
           #-f "exclude /5.[0]/" \

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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