Ignore:
Timestamp:
05/08/12 13:40:10 (12 years ago)
Author:
Daniela Dorner
Message:
changed time range for rsync of aux files from 3 to 9 days
File:
1 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[@]}
Note: See TracChangeset for help on using the changeset viewer.