Index: trunk/DataCheck/Transfer/ZipRawData.sh
===================================================================
--- trunk/DataCheck/Transfer/ZipRawData.sh	(revision 14756)
+++ trunk/DataCheck/Transfer/ZipRawData.sh	(revision 14757)
@@ -16,4 +16,11 @@
         )
 
+# get last 3, 6 or 9 nights
+dates=( 
+        `date +%Y/%m/%d --date="-204hour"`  `date +%Y/%m/%d --date="-180hour"` `date +%Y/%m/%d --date="-156hour"` \
+        `date +%Y/%m/%d --date="-132hour"`  `date +%Y/%m/%d --date="-108hour"` `date +%Y/%m/%d --date="-84hour"`  \
+        `date +%Y/%m/%d --date="-60hour"`   `date +%Y/%m/%d --date="-36hour"`  `date +%Y/%m/%d --date="-12hour"`  \
+        )
+
 # time rawfile is untouched before further processing (i.e. adding checksum and zipping)
 delaytime=30 #30 minutes
@@ -29,4 +36,5 @@
    echo `date`": processing files in "$rawdir >> $logfile 2>&1
    printprocesslog "INFO processing files in "$rawdir
+   #echo "INFO processing files in "$rawdir
    # check if data are available from that night
    if ! [ -d $rawdir ]
@@ -114,4 +122,5 @@
       echo `date`": zipping "$file" to "$zipfile" ..." >> $logfile 2>&1
       printprocesslog "INFO zipping "$file" to "$zipfile" ..."
+      #echo "INFO zipping "$file" to "$zipfile" ..."
       # zip file to stdout and pipe it to outputfile
       if pigz -1 -c -f $file > $zipfiletmp
