Changeset 7944 for trunk/MagicSoft/Mars/datacenter/scripts/webupdate-star
- Timestamp:
- 08/25/06 22:09:49 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/webupdate-star
r7916 r7944 29 29 30 30 source `dirname $0`/sourcefile 31 printprocesslog "INFO starting $0" 31 32 32 date 33 scriptlog=$runlogpath/webupdate-star-$datetime.log 34 date >> $scriptlog 2>&1 33 35 34 echo "do plots for all root-files (star) ... " 36 echo "do plots for all root-files (star) ... " >> $scriptlog 2>&1 35 37 $scriptspath/dowebplots -p star 36 38 37 echo "do rsync for star files" 38 rsync -av --delete --exclude=*/*/*_E[.]root $datapath/star/ $webpath/star 39 echo "do rsync for star files" >> $scriptlog 2>&1 40 rsync -av --delete --exclude=*/*/*_E[.]root $datapath/star/ $webpath/star >> $scriptlog 2>&1 39 41 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 42 echo "do rsync for star files from la palma" >> $scriptlog 2>&1 43 rsync -av --delete --exclude=*/*_E[.]root --exclude=*/Time*.dat /scratch/lapalma/star/ $webpath/star_lapalma >> $scriptlog 2>&1 42 44 43 echo "do rsync for sequence files" 44 rsync -av --delete /magic/sequences/ $webpath/sequences 45 echo "do rsync for sequence files" >> $scriptlog 2>&1 46 rsync -av --delete /magic/sequences/ $webpath/sequences >> $scriptlog 2>&1 45 47 46 date 48 date >> $scriptlog 2>&1 47 49 50 printprocesslog "INFO $0 finished" 48 51
Note:
See TracChangeset
for help on using the changeset viewer.