Ignore:
Timestamp:
07/31/13 17:31:10 (11 years ago)
Author:
Daniela Dorner
Message:
added rsync-temp-dir to avoid temporary files from the rsync on the big storage in Wuerzburg
File:
1 edited

Legend:

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

    r16679 r16992  
    4444   printprocesslog "INFO rsync rawfile "$rawfileisdc" to Wue "$rawdirwue
    4545   #rsync -rltDvR --partial --stats --password-file=/home_nfs/isdc/fact_opr/rsync.pwd factdata@161.72.93.131::$rawfilelp $rawdirisdc >> $logfile 2>&1
    46    rsync -avxR --no-p --stats $rawfileisdc operator@coma.astro.uni-wuerzburg.de:$rawdirwue >> $logfile 2>&1
     46   rsync -avxR --no-p --stats -T $rsynctempdir $rawfileisdc operator@coma.astro.uni-wuerzburg.de:$rawdirwue >> $logfile 2>&1
    4747   check1=$?
    4848
Note: See TracChangeset for help on using the changeset viewer.