Ignore:
Timestamp:
03/14/12 19:25:37 (13 years ago)
Author:
Daniela Dorner
Message:
added tmp path for rsyn
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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"
Note: See TracChangeset for help on using the changeset viewer.