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-star

    r7916 r7944  
    2929
    3030source `dirname $0`/sourcefile
     31printprocesslog "INFO starting $0"
    3132
    32 date
     33scriptlog=$runlogpath/webupdate-star-$datetime.log
     34date >> $scriptlog 2>&1
    3335
    34 echo "do plots for all root-files (star) ... "
     36echo "do plots for all root-files (star) ... " >> $scriptlog 2>&1
    3537$scriptspath/dowebplots -p star
    3638
    37 echo "do rsync for star files"
    38 rsync -av --delete --exclude=*/*/*_E[.]root $datapath/star/ $webpath/star
     39echo "do rsync for star files" >> $scriptlog 2>&1
     40rsync -av --delete --exclude=*/*/*_E[.]root $datapath/star/ $webpath/star >> $scriptlog 2>&1
    3941
    40 echo "do rsync for star files from la palma"
    41 rsync -av --delete --exclude=*/*_E[.]root --exclude=*/Time*.dat /scratch/lapalma/star/ $webpath/star_lapalma
     42echo "do rsync for star files from la palma" >> $scriptlog 2>&1
     43rsync -av --delete --exclude=*/*_E[.]root --exclude=*/Time*.dat /scratch/lapalma/star/ $webpath/star_lapalma >> $scriptlog 2>&1
    4244
    43 echo "do rsync for sequence files"
    44 rsync -av --delete /magic/sequences/ $webpath/sequences
     45echo "do rsync for sequence files" >> $scriptlog 2>&1
     46rsync -av --delete /magic/sequences/ $webpath/sequences >> $scriptlog 2>&1
    4547
    46 date
     48date >> $scriptlog 2>&1
    4749
     50printprocesslog "INFO $0 finished"
    4851
Note: See TracChangeset for help on using the changeset viewer.