Changeset 13107 for trunk/DataCheck


Ignore:
Timestamp:
03/14/12 19:25:37 (13 years ago)
Author:
Daniela Dorner
Message:
added tmp path for rsyn
Location:
trunk/DataCheck
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/Setup/setup.lp.fact

    r13055 r13107  
    5050
    5151# logging and setup
    52 logpath=/home/fact/datacenter/autologs
    53 lockpath=/home/fact/datacenter/locks
     52logpath=/home/fact/logs.automatic.processing/autologs
     53lockpath=/home/fact/logs.automatic.processing/locks
    5454#setuppath=/magic/simulated/setup
     55rsynctempdir=/loc_data/rsync_tmp
    5556
    5657## paths of data
  • trunk/DataCheck/Transfer/RsyncAuxLP.sh

    r13055 r13107  
    7171   #rsync from daq to data
    7272   #if ! /usr/bin/rsync -avxHPu $bwlimit $auxdirdaq $auxdirdata >> $logfile 2>&1 # in case of adding checksum, only update files with rsync
    73    if ! /usr/bin/rsync -avxHP $bwlimit $auxdirdaq $auxdirdata >> $logfile 2>&1
     73   if ! /usr/bin/rsync -avxHP -T $rsynctempdir $bwlimit $auxdirdaq $auxdirdata >> $logfile 2>&1
    7474   then
    7575      printprocesslog "WARN problem rsyncing auxiliary data for "$date" from daq to data"
  • trunk/DataCheck/Transfer/RsyncRawLP.sh

    r13055 r13107  
    7070   #rsync from daq to data
    7171   #if ! /usr/bin/rsync -avxHPu $bwlimit $rawdirdaq $rawdirdata >> $logfile 2>&1 # in case of adding checksum, only update files with rsync
    72    if ! /usr/bin/rsync -avxHP $bwlimit $rawdirdaq $rawdirdata >> $logfile 2>&1
     72   if ! /usr/bin/rsync -avxHP -T $rsynctempdir $bwlimit $rawdirdaq $rawdirdata >> $logfile 2>&1
    7373   then
    7474      printprocesslog "WARN problem rsyncing rawdata for "$date" from daq to data"
Note: See TracChangeset for help on using the changeset viewer.