Ignore:
Timestamp:
03/11/12 17:10:36 (13 years ago)
Author:
Daniela Dorner
Message:
added temp directory for rsync
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/Transfer/RsyncAuxToISDC.sh

    r13058 r13065  
    4747   #rsync from daq to data
    4848   #if ! /usr/bin/rsync -avxHPu $bwlimit $auxdirdaq $auxdirdata >> $logfile 2>&1 # in case of adding checksum, only update files with rsync
    49    if ! rsync -rltDvR --stats fact@161.72.93.131:$auxdirlp $auxdirisdc >> $logfile 2>&1
     49   if ! rsync -rltDvR -T $rsynctempdir --stats fact@161.72.93.131:$auxdirlp $auxdirisdc >> $logfile 2>&1
    5050   then
    5151      printprocesslog "WARN problem rsyncing auxiliary data for "$date" from La Palma to ISDC"
Note: See TracChangeset for help on using the changeset viewer.