Index: trunk/DataCheck/Transfer/BackupAuxToWue.sh
===================================================================
--- trunk/DataCheck/Transfer/BackupAuxToWue.sh	(revision 17593)
+++ trunk/DataCheck/Transfer/BackupAuxToWue.sh	(revision 17594)
@@ -31,7 +31,7 @@
    if ! rsync -rltDvR --stats -T $rsynctempdir $auxdirisdc operator@coma.astro.uni-wuerzburg.de:$auxdirwue >> $logfile 2>&1
    then
-      printprocesslog "WARN problem rsyncing auxiliary data for "$date" from ISDC to Wue"
+      printprocesslog "CONNECTION problem rsyncing auxiliary data for "$date" from ISDC to Wue"
       echo `date`": problem rsyncing auxiliary data for "$date" from ISDC to Wue" >> $logfile 2>&1
-      echo `date`": problem rsyncing auxiliary data for "$date" from ISDC to Wue"
+      #echo `date`": problem rsyncing auxiliary data for "$date" from ISDC to Wue"
    fi
 done
Index: trunk/DataCheck/Transfer/BackupDatabase.sh
===================================================================
--- trunk/DataCheck/Transfer/BackupDatabase.sh	(revision 17593)
+++ trunk/DataCheck/Transfer/BackupDatabase.sh	(revision 17594)
@@ -82,6 +82,6 @@
 if ! /usr/bin/rsync -avxP $path operator@coma.astro.uni-wuerzburg.de:$dbdirwue >> $logfile 2>&1
 then
-   echo `date`": problem rsyncing database from LP ("$path") to Wuerzburg (coma:"$dbdirwue")"
-   printprocesslog "WARN problem rsyncing database from LP ("$path") to Wuerzburg (coma:"$dbdirwue")"
+   echo `date`": problem rsyncing database from LP ("$path") to Wuerzburg (coma:"$dbdirwue")" >> $logfile 2>&1
+   printprocesslog "CONNECTION problem rsyncing database from LP ("$path") to Wuerzburg (coma:"$dbdirwue")"
 fi
 
Index: trunk/DataCheck/Transfer/BackupQLA.sh
===================================================================
--- trunk/DataCheck/Transfer/BackupQLA.sh	(revision 17593)
+++ trunk/DataCheck/Transfer/BackupQLA.sh	(revision 17594)
@@ -35,5 +35,10 @@
 date >> $logfile
 
-rsync -av $from $to >> $logfile 2>&1
+if ! rsync -av $from $to >> $logfile 2>&1
+then
+   printprocesslog "CONNECTION problem rsyncing QLA from "$from" to "$to
+   echo `date`": problem rsyncing QLA from "$from" to "$to >> $logfile 2>&1
+fi
+
 
 finish >> $logfile 2>&1
Index: trunk/DataCheck/Transfer/BackupRawToWue.sh
===================================================================
--- trunk/DataCheck/Transfer/BackupRawToWue.sh	(revision 17593)
+++ trunk/DataCheck/Transfer/BackupRawToWue.sh	(revision 17594)
@@ -88,5 +88,5 @@
       0)   printprocesslog "INFO rawfile "$rawfileisdc" transferred successfully to Wue."
            ;;
-      *)   printprocesslog "WARN "$rawfileisdc" could not be transferred to Wue."
+      *)   printprocesslog "CONNECTION "$rawfileisdc" could not be transferred to Wue."
            check=$check1
            ;;
@@ -105,5 +105,5 @@
          0)   printprocesslog "INFO rawfile "$drsfileisdc" transferred successfully to Wue."
               ;;
-         *)   printprocesslog "WARN "$drsfileisdc" could not be transferred to Wue."
+         *)   printprocesslog "CONNECTION "$drsfileisdc" could not be transferred to Wue."
               check=$check1
               ;;
Index: trunk/DataCheck/Transfer/RsyncAuxLP.sh
===================================================================
--- trunk/DataCheck/Transfer/RsyncAuxLP.sh	(revision 17593)
+++ trunk/DataCheck/Transfer/RsyncAuxLP.sh	(revision 17594)
@@ -75,6 +75,6 @@
    if ! /usr/bin/rsync -avxHP -T $rsynctempdir $bwlimit $rsyncserverdir/ $dir >> $logfile 2>&1
    then
-      printprocesslog "WARN problem rsyncing auxiliary files in "$dir" from newdaq to daq"
-      echo `date`": problem rsyncing auxiliary files in "$dir" from newdaq to daq"
+      printprocesslog "CONNECTION problem rsyncing auxiliary files in "$dir" from newdaq to daq"
+      echo `date`": problem rsyncing auxiliary files in "$dir" from newdaq to daq" >> $logfile 2>&1
    fi
 
@@ -89,6 +89,6 @@
    if ! /usr/bin/rsync -avxHP -T $rsynctempdirdata $bwlimit $dir/ $rsyncserverdirdata >> $logfile 2>&1
    then
-      printprocesslog "WARN problem rsyncing auxiliary files in "$dir" from daq to data"
-      echo `date`": problem rsyncing auxiliary files in "$dir" from daq to data"
+      printprocesslog "CONNECTION problem rsyncing auxiliary files in "$dir" from daq to data"
+      echo `date`": problem rsyncing auxiliary files in "$dir" from daq to data" >> $logfile 2>&1
    fi
 done
Index: trunk/DataCheck/Transfer/RsyncAuxToISDC.sh
===================================================================
--- trunk/DataCheck/Transfer/RsyncAuxToISDC.sh	(revision 17593)
+++ trunk/DataCheck/Transfer/RsyncAuxToISDC.sh	(revision 17594)
@@ -58,7 +58,6 @@
    if ! rsync -rltDvR -T $rsynctempdir --stats fact@161.72.93.131:$auxdirlp $auxdirisdc >> $logfile 2>&1
    then
-      printprocesslog "WARN problem rsyncing auxiliary data for "$date" from La Palma to ISDC"
+      printprocesslog "CONNECTION problem rsyncing auxiliary data for "$date" from La Palma to ISDC"
       echo `date`": problem rsyncing auxiliary data for "$date" from La Palma to ISDC" >> $logfile 2>&1
-      echo `date`": problem rsyncing auxiliary data for "$date" from La Palma to ISDC"
    fi
 done
Index: trunk/DataCheck/Transfer/RsyncDBToWue.sh
===================================================================
--- trunk/DataCheck/Transfer/RsyncDBToWue.sh	(revision 17593)
+++ trunk/DataCheck/Transfer/RsyncDBToWue.sh	(revision 17594)
@@ -14,5 +14,6 @@
 if ! /usr/bin/rsync -avxP $dbdirlp operator@coma.astro.uni-wuerzburg.de:$dbdirwue >> $logfile 2>&1
 then
-   echo `date`": problem rsyncing database from LP to Wuerzburg"
+   printprocesslog "CONNECTION problem rsyncing DB from LP to Wue"
+   echo `date`": problem rsyncing database from LP to Wuerzburg" >> $logfile 2>&1
 fi
 
Index: trunk/DataCheck/Transfer/RsyncRawLP.sh
===================================================================
--- trunk/DataCheck/Transfer/RsyncRawLP.sh	(revision 17593)
+++ trunk/DataCheck/Transfer/RsyncRawLP.sh	(revision 17594)
@@ -3,4 +3,7 @@
 # this script has been written to run on La Palma on the machine data
 #   i.e. paths are only working on this machine
+
+echo `dirname $0`" is not to be used anymore."
+exit
 
 source `dirname $0`/../Sourcefile.sh
Index: trunk/DataCheck/Transfer/RsyncRawToISDC.sh
===================================================================
--- trunk/DataCheck/Transfer/RsyncRawToISDC.sh	(revision 17593)
+++ trunk/DataCheck/Transfer/RsyncRawToISDC.sh	(revision 17594)
@@ -85,5 +85,5 @@
            fi
            ;;
-      *)   printprocesslog "WARN "$rawfilelp" could not be transferred to ISDC (check1="$check1")."
+      *)   printprocesslog "CONNECTION "$rawfilelp" could not be transferred to ISDC (check1="$check1")."
            check=$check1
            ;;
@@ -132,5 +132,5 @@
               fi
               ;;
-         *)   printprocesslog "WARN "$drsfilelp" could not be transferred to ISDC (check3="$check3")."
+         *)   printprocesslog "CONNECTION "$drsfilelp" could not be transferred to ISDC (check3="$check3")."
               check=$check3
               ;;
