Changeset 13599


Ignore:
Timestamp:
05/08/12 13:40:10 (13 years ago)
Author:
Daniela Dorner
Message:
changed time range for rsync of aux files from 3 to 9 days
Location:
trunk/DataCheck
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/Processing/FillAuxData.sh

    r13381 r13599  
    8484
    8585
    86 # get last 3 nights
    87 dates=( `date +%Y/%m/%d --date="-12hour"` `date +%Y/%m/%d --date="-36hour"` `date +%Y/%m/%d --date="-60hour"` )
     86# get last 3, 6 or 9 nights
     87dates=( `date +%Y/%m/%d --date="-12hour"` `date +%Y/%m/%d --date="-36hour"` `date +%Y/%m/%d --date="-60hour"` \
     88#        `date +%Y/%m/%d --date="-84hour"` `date +%Y/%m/%d --date="-108hour"` `date +%Y/%m/%d --date="-132hour"` \
     89#        `date +%Y/%m/%d --date="-156hour"` `date +%Y/%m/%d --date="-180hour"` `date +%Y/%m/%d --date="-204hour"` \
     90        )
    8891#dates=( `find $ziprawdata -mindepth 3 -type d | sort | sed "s/\${ziprawdata_for_sed}//g" | sed -e 's/^\///'` ) #all available dates in /loc_data/zipraw
    8992printprocesslog "INFO processing the following night(s): "${dates[@]}
  • trunk/DataCheck/Transfer/BackupAuxToWue.sh

    r13054 r13599  
    1010date >> $logfile
    1111
    12 # get last 3 nights
    13 dates=( `date +%Y/%m/%d --date="-12hour"` `date +%Y/%m/%d --date="-36hour"` `date +%Y/%m/%d --date="-60hour"` )
     12# get last 3, 6 or 9 nights
     13dates=( `date +%Y/%m/%d --date="-12hour"` `date +%Y/%m/%d --date="-36hour"` `date +%Y/%m/%d --date="-60hour"` \
     14        `date +%Y/%m/%d --date="-84hour"` `date +%Y/%m/%d --date="-108hour"` `date +%Y/%m/%d --date="-132hour"` \
     15        `date +%Y/%m/%d --date="-156hour"` `date +%Y/%m/%d --date="-180hour"` `date +%Y/%m/%d --date="-204hour"` \
     16        )
    1417
    1518# do rsync for rawfiles of these dates
  • trunk/DataCheck/Transfer/RsyncAuxLP.sh

    r13313 r13599  
    3131
    3232
    33 # get last 3 nights
    34 dates=( `date +%Y/%m/%d --date="-12hour"` `date +%Y/%m/%d --date="-36hour"` `date +%Y/%m/%d --date="-60hour"` )
     33# get last 3, 6 or 9 nights
     34dates=( `date +%Y/%m/%d --date="-12hour"` `date +%Y/%m/%d --date="-36hour"` `date +%Y/%m/%d --date="-60hour"` \
     35        `date +%Y/%m/%d --date="-84hour"` `date +%Y/%m/%d --date="-108hour"` `date +%Y/%m/%d --date="-132hour"` \
     36        `date +%Y/%m/%d --date="-156hour"` `date +%Y/%m/%d --date="-180hour"` `date +%Y/%m/%d --date="-204hour"` \
     37        )
    3538
    3639# do rsync for rawfiles of these dates
  • trunk/DataCheck/Transfer/RsyncAuxToISDC.sh

    r13108 r13599  
    1010date >> $logfile
    1111
    12 # get last 3 nights
    13 dates=( `date +%Y/%m/%d --date="-12hour"` `date +%Y/%m/%d --date="-36hour"` `date +%Y/%m/%d --date="-60hour"` )
     12# get last 3, 6 or 9 nights
     13dates=( `date +%Y/%m/%d --date="-12hour"` `date +%Y/%m/%d --date="-36hour"` `date +%Y/%m/%d --date="-60hour"` \
     14        `date +%Y/%m/%d --date="-84hour"` `date +%Y/%m/%d --date="-108hour"` `date +%Y/%m/%d --date="-132hour"` \
     15        `date +%Y/%m/%d --date="-156hour"` `date +%Y/%m/%d --date="-180hour"` `date +%Y/%m/%d --date="-204hour"` \
     16        )
    1417
    1518# do rsync for rawfiles of these dates
Note: See TracChangeset for help on using the changeset viewer.