Changeset 13065


Ignore:
Timestamp:
03/11/12 17:10:36 (13 years ago)
Author:
Daniela Dorner
Message:
added temp directory for rsync
Location:
trunk/DataCheck
Files:
3 edited

Legend:

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

    r13051 r13065  
    5555lockpath=~/datacenter/locks
    5656#setuppath=/magic/simulated/setup
     57rsynctempdir=/scratch/rsync_tmp
    5758
    5859## paths of data
  • 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"
  • trunk/DataCheck/Transfer/RsyncRawToISDC.sh

    r13055 r13065  
    3939   echo "INFO rsync rawfile "$rawfilelp" to ISDC "$rawdirisdc >> $logfile 2>&1
    4040   #rsync -rltDvR --partial --stats --password-file=$pwfile factdata@161.72.93.131::$rawfilelp $rawdirisdc >> $logfile 2>&1
    41    rsync -rltDvR --partial --stats fact@161.72.93.131:$rawfilelp $rawdirisdc >> $logfile 2>&1
     41   rsync -rltDvR -T $rsynctempdir --partial --stats fact@161.72.93.131:$rawfilelp $rawdirisdc >> $logfile 2>&1
    4242   check1=$?
    4343
Note: See TracChangeset for help on using the changeset viewer.