Changeset 13152 for trunk


Ignore:
Timestamp:
03/19/12 17:09:05 (13 years ago)
Author:
Daniela Dorner
Message:
bugfix for drsfiles
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/Transfer/BackupRawToWue.sh

    r13093 r13152  
    2828   setstatus "start"
    2929
    30    rawfileisdc="/scratch/from_lapalma/raw/./"$nightpath"/"$night"_"`printf %03d $runid`".fits.gz"
     30   rawdirisdc="/scratch/from_lapalma/raw"
     31   rawfileisdc=$rawdirisdc"/./"$nightpath"/"$night"_"`printf %03d $runid`".fits.gz"
    3132   rawdirwue="/fact/raw/"
    3233
     
    4849   if [ $numdrs -gt 0 ]
    4950   then
    50       drsfileisdc=$rawdirisdc$nightpath"/"$night"_"`printf %03d $runid`".drs.fits.gz"
     51      drsfileisdc=$rawdirisdc"/./"$nightpath"/"$night"_"`printf %03d $runid`".drs.fits.gz"
    5152      printprocesslog "INFO rsync rawfile "$drsfileisdc" to Wue "$rawdirwue
    52       rsync -avxR --no-p --stats $rawfileisdc operator@coma.astro.uni-wuerzburg.de:$rawdirwue >> $logfile 2>&1
     53      rsync -avxR --no-p --stats $drsfileisdc operator@coma.astro.uni-wuerzburg.de:$rawdirwue >> $logfile 2>&1
    5354      check1=$?
    5455
Note: See TracChangeset for help on using the changeset viewer.