Changeset 8886 for trunk/MagicSoft/Mars/datacenter/scripts/zipscript
- Timestamp:
- 05/07/08 18:31:04 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/zipscript
r8482 r8886 36 36 set -C 37 37 38 rawdatapath=$datapath/rawfiles 39 files=`find $ rawdatapath-type f -name '*.raw'`38 rawdatapath=$datapath/rawfiles/ 39 files=`find ${rawdatapath}20* -type f -name '*.raw'` 40 40 41 41 scriptlog=$runlogpath/$program-$datetime.log … … 83 83 fi 84 84 echo "zipping $file ..." >> $scriptlog 2>&1 85 if ssh -x phoenix nice -n 19 gzip -1f $file >> $scriptlog 2>&185 if ssh -xn phoenix nice -n 19 gzip -1f $file >> $scriptlog 2>&1 86 86 then 87 87 gzfile=$file".gz"
Note:
See TracChangeset
for help on using the changeset viewer.