Changeset 19474
- Timestamp:
- 03/29/19 15:16:04 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/QuickLook/Step1.sh
r18869 r19474 8 8 # preferably ZipRawData.sh has processed at this point all 9 9 # files available already on /scratch 10 # 11 # to have QLA running if MAGIC weather station is not available: 12 # export mweather=no 10 13 11 14 # remarks: … … 82 85 printprocesslog "WARN rsync of "$1" failed." 83 86 fi 87 else 88 continue 84 89 fi 85 90 } … … 105 110 # at least 10% free disk on /scratch 106 111 diskusage=( `df -P /scratch | grep scratch ` ) 112 printprocesslog "DEBUG dist /scratch "${diskusage[3]} 107 113 if [ ${diskusage[3]} -lt $disklimitnewdata ] 108 114 then … … 157 163 printprocesslog "INFO status beginning of while-loop #files-daq:"${#fileslocal[@]}" #files-newdaq:"${#files[@]}" #callisto-logs:"${#callistofiles[@]}" #runs:"$numcalibrated 158 164 159 rsync_aux_file $drivefile160 rsync_aux_file $drivefile2165 #rsync_aux_file $drivefile 166 #rsync_aux_file $drivefile2 161 167 162 168 # files on newdaq … … 306 312 rsync_aux_file $drivefile 307 313 rsync_aux_file $drivefile2 308 rsync_aux_file $mweatherfile 314 if [ "$mweather" != "no" ] 315 then 316 rsync_aux_file $mweatherfile 317 fi 309 318 rsync_aux_file $ratesfile 310 319 rsync_aux_file $tempfile
Note:
See TracChangeset
for help on using the changeset viewer.