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