Index: trunk/DataCheck/Transfer/BackupRawToWue.sh
===================================================================
--- trunk/DataCheck/Transfer/BackupRawToWue.sh	(revision 13108)
+++ trunk/DataCheck/Transfer/BackupRawToWue.sh	(revision 13152)
@@ -28,5 +28,6 @@
    setstatus "start" 
 
-   rawfileisdc="/scratch/from_lapalma/raw/./"$nightpath"/"$night"_"`printf %03d $runid`".fits.gz"
+   rawdirisdc="/scratch/from_lapalma/raw"
+   rawfileisdc=$rawdirisdc"/./"$nightpath"/"$night"_"`printf %03d $runid`".fits.gz"
    rawdirwue="/fact/raw/"
 
@@ -48,7 +49,7 @@
    if [ $numdrs -gt 0 ]
    then 
-      drsfileisdc=$rawdirisdc$nightpath"/"$night"_"`printf %03d $runid`".drs.fits.gz"
+      drsfileisdc=$rawdirisdc"/./"$nightpath"/"$night"_"`printf %03d $runid`".drs.fits.gz"
       printprocesslog "INFO rsync rawfile "$drsfileisdc" to Wue "$rawdirwue
-      rsync -avxR --no-p --stats $rawfileisdc operator@coma.astro.uni-wuerzburg.de:$rawdirwue >> $logfile 2>&1
+      rsync -avxR --no-p --stats $drsfileisdc operator@coma.astro.uni-wuerzburg.de:$rawdirwue >> $logfile 2>&1
       check1=$?
 
