Ignore:
Timestamp:
11/19/11 04:56:04 (13 years ago)
Author:
Daniela Dorner
Message:
minor changes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/BackupAuxToWue.sh

    r12562 r12565  
    77logfile=/home/isdc/`whoami`/DataCheck/log/BackupRawToWue$today.log
    88
     9echo "" >> $logfile 2>&1
     10echo "" >> $logfile 2>&1
     11echo "" >> $logfile 2>&1
    912echo `date`": start rsync of auxiliary data to Wuerzburg" >> $logfile 2>&1
    1013
    1114#rsync from ISDC to Wue DC
    12 if ! /usr/bin/rsync -avxH --progress $isdcauxdata operator@coma.astro.uni-wuerzburg.de:$wueauxdata #>> $logfile 2>&1
     15if ! /usr/bin/rsync -avxH --progress $isdcauxdata operator@coma.astro.uni-wuerzburg.de:$wueauxdata >> $logfile 2>&1
    1316then
    1417   echo `date`": problem rsyncing auxiliary data from ISDC to Wuerzburg"
Note: See TracChangeset for help on using the changeset viewer.