Changeset 12622 for trunk


Ignore:
Timestamp:
11/23/11 05:41:16 (13 years ago)
Author:
Daniela Dorner
Message:
added logging
Location:
trunk/DataCheck
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/RsyncAux.sh

    r12582 r12622  
    3939   if ! /usr/bin/rsync -avxHP $bwlimit $auxdirdaq $auxdirdata >> $logfile 2>&1
    4040   then
    41       echo `date`": problem rsyncing auxiliary data from daq to data"
     41      echo `date`": problem rsyncing auxiliary data for "$date" from daq to data"
    4242   fi
    4343done
  • trunk/DataCheck/RsyncRaw.sh

    r12582 r12622  
    3939   if ! /usr/bin/rsync -avxHP $bwlimit $rawdirdaq $rawdirdata >> $logfile 2>&1
    4040   then
    41       echo `date`": problem rsyncing rawdata from daq to data"
     41      echo `date`": problem rsyncing rawdata for "$date" from daq to data"
    4242   fi
    4343done
Note: See TracChangeset for help on using the changeset viewer.