Changeset 9169 for trunk/MagicSoft/Mars/datacenter/scripts/checktransfer
- Timestamp:
- 11/18/08 08:20:42 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/checktransfer
r8886 r9169 50 50 done 51 51 52 53 #checking the transfer of the rawfiles54 dates=`ls /magic/datacenter/fromlapalma/RAW | grep -v Test`55 56 for date in ${dates[@]}57 do58 if ! ls /magic/datacenter/fromlapalma/RAWchk/$date/$date.finished >/dev/null 2>&159 then60 printprocesslog "WARN .finished for $date not found"61 fi62 done63 64 65 52 #checking if there are temporary zipfiles 66 53 files=`find $datapath/rawfiles/20[0-1][0-9]/ -name ".*\.raw\.??????"` … … 70 57 printprocesslog "WARN found temporary zipfile $file" 71 58 done 72
Note:
See TracChangeset
for help on using the changeset viewer.