Changeset 18063


Ignore:
Timestamp:
01/04/15 04:51:39 (10 years ago)
Author:
Daniela Dorner
Message:
removed rsync as /daq is mounted on gate
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/DataCheck/PlotQuality.sh

    r17908 r18063  
    3434   #echo "processing "$date"..."
    3535   outpath=$anapath/quality/$date
     36   makedir $outpath
    3637   logfile=$anapath/quality/$date/quality.log
    37    makedir $outpath
    3838   year=`echo $date | cut -d/ -f1`
    3939   month=`echo $date | cut -d/ -f2 | sed -e 's/^0//g'`
     
    4848           ;;
    4949   esac
    50 
    51    printprocesslog "INFO rsync output to gate."
    52    if ! rsync -av $anapath/quality/ gate:/home/factwww/quality >> $logfile 2>&1
    53    then
    54       printprocesslog "ERROR rsync to gate failed."
    55       echo `date +%F\ %T`" ERROR rsync to gate failed."
    56    fi
    5750done
    5851
Note: See TracChangeset for help on using the changeset viewer.