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/BackupRawToWue.sh

    r12563 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 raw data to Wuerzburg" >> $logfile 2>&1
    1013
    1114#rsync from ISDC to Wue DC
    12 if ! /usr/bin/rsync -avxH --progress $isdcrawdata operator@coma.astro.uni-wuerzburg.de:$wuerawdata #>> $logfile 2>&1
     15if ! /usr/bin/rsync -avxH --progress $isdcrawdata operator@coma.astro.uni-wuerzburg.de:$wuerawdata >> $logfile 2>&1
    1316then
    14    echo `date`": problem rsyncing rawdata from daq to data"
     17   echo `date`": problem rsyncing rawdata from ISDC to Wuerzburg"
    1518fi
    1619
Note: See TracChangeset for help on using the changeset viewer.