Ignore:
Timestamp:
08/25/06 22:09:49 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/scripts/webupdate-callisto

    r7915 r7944  
    2929
    3030source `dirname $0`/sourcefile
     31printprocesslog "INFO starting $0"
    3132
    32 date
     33scriptlog=$runlogpath/webupdate-callisto-$datetime.log
     34date >> $scriptlog 2>&1
    3335
    34 echo "do plots for all root-files (callisto) ..."
     36echo "do plots for all root-files (callisto) ..." >> $scriptlog 2>&1
    3537$scriptspath/dowebplots -p callisto
    3638
     39echo "do rsync for callisto files" >> $scriptlog 2>&1
     40rsync -av --delete --exclude=*/*/*_E[.]root --exclude=*/*/callisto.rc $datapath/callisto/ $webpath/callisto >> $scriptlog 2>&1
    3741
    38 echo "do rsync for callisto files"
    39 rsync -av --delete --exclude=*/*/*_E[.]root --exclude=*/*/callisto.rc $datapath/callisto/ $webpath/callisto
     42echo "do rsync for subsystem files" >> $scriptlog 2>&1
     43rsync -av --delete /magic/subsystemdata/ $webpath/subsystemdata >> $scriptlog 2>&1
    4044
    41 #echo "do rsync for subsystem files"
    42 rsync -av --delete /magic/subsystemdata/ $webpath/subsystemdata
     45echo "do rsync for sequence files" >> $scriptlog 2>&1
     46rsync -av --delete /magic/sequences/ $webpath/sequences >> $scriptlog 2>&1
    4347
    44 echo "do rsync for sequence files"
    45 rsync -av --delete /magic/sequences/ $webpath/sequences
     48date >> $scriptlog 2>&1
    4649
    47 date
     50printprocesslog "INFO $0 finished"
    4851
    49 
Note: See TracChangeset for help on using the changeset viewer.