Index: trunk/MagicSoft/Mars/datacenter/scripts/zipscript
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/zipscript	(revision 8482)
+++ trunk/MagicSoft/Mars/datacenter/scripts/zipscript	(revision 8886)
@@ -36,6 +36,6 @@
 set -C
 
-rawdatapath=$datapath/rawfiles
-files=`find $rawdatapath -type f -name '*.raw'`
+rawdatapath=$datapath/rawfiles/
+files=`find ${rawdatapath}20* -type f -name '*.raw'`
 
 scriptlog=$runlogpath/$program-$datetime.log
@@ -83,5 +83,5 @@
    fi
    echo "zipping $file ..." >> $scriptlog 2>&1
-   if ssh -x phoenix nice -n 19 gzip -1f $file >> $scriptlog 2>&1
+   if ssh -xn phoenix nice -n 19 gzip -1f $file >> $scriptlog 2>&1
    then 
       gzfile=$file".gz"
