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
Location:
trunk/DataCheck/Transfer
Files:
2 edited

Legend:

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

    r13599 r16992  
    3333   
    3434   #rsync from ISDC to Wue
    35    if ! rsync -rltDvR --stats $auxdirisdc operator@coma.astro.uni-wuerzburg.de:$auxdirwue >> $logfile 2>&1
     35   if ! rsync -rltDvR --stats -T $rsynctempdir $auxdirisdc operator@coma.astro.uni-wuerzburg.de:$auxdirwue >> $logfile 2>&1
    3636   then
    3737      printprocesslog "WARN problem rsyncing auxiliary data for "$date" from ISDC to Wue"
  • 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.