Ignore:
Timestamp:
05/07/08 18:31:04 (17 years ago)
Author:
snruegam
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/scripts/zipscript

    r8482 r8886  
    3636set -C
    3737
    38 rawdatapath=$datapath/rawfiles
    39 files=`find $rawdatapath -type f -name '*.raw'`
     38rawdatapath=$datapath/rawfiles/
     39files=`find ${rawdatapath}20* -type f -name '*.raw'`
    4040
    4141scriptlog=$runlogpath/$program-$datetime.log
     
    8383   fi
    8484   echo "zipping $file ..." >> $scriptlog 2>&1
    85    if ssh -x phoenix nice -n 19 gzip -1f $file >> $scriptlog 2>&1
     85   if ssh -xn phoenix nice -n 19 gzip -1f $file >> $scriptlog 2>&1
    8686   then
    8787      gzfile=$file".gz"
Note: See TracChangeset for help on using the changeset viewer.