- Timestamp:
- 08/25/06 22:09:49 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/webupdate-callisto
r7915 r7944 29 29 30 30 source `dirname $0`/sourcefile 31 printprocesslog "INFO starting $0" 31 32 32 date 33 scriptlog=$runlogpath/webupdate-callisto-$datetime.log 34 date >> $scriptlog 2>&1 33 35 34 echo "do plots for all root-files (callisto) ..." 36 echo "do plots for all root-files (callisto) ..." >> $scriptlog 2>&1 35 37 $scriptspath/dowebplots -p callisto 36 38 39 echo "do rsync for callisto files" >> $scriptlog 2>&1 40 rsync -av --delete --exclude=*/*/*_E[.]root --exclude=*/*/callisto.rc $datapath/callisto/ $webpath/callisto >> $scriptlog 2>&1 37 41 38 echo "do rsync for callisto files"39 rsync -av --delete --exclude=*/*/*_E[.]root --exclude=*/*/callisto.rc $datapath/callisto/ $webpath/callisto42 echo "do rsync for subsystem files" >> $scriptlog 2>&1 43 rsync -av --delete /magic/subsystemdata/ $webpath/subsystemdata >> $scriptlog 2>&1 40 44 41 #echo "do rsync for subsystem files" 42 rsync -av --delete /magic/s ubsystemdata/ $webpath/subsystemdata45 echo "do rsync for sequence files" >> $scriptlog 2>&1 46 rsync -av --delete /magic/sequences/ $webpath/sequences >> $scriptlog 2>&1 43 47 44 echo "do rsync for sequence files" 45 rsync -av --delete /magic/sequences/ $webpath/sequences 48 date >> $scriptlog 2>&1 46 49 47 date 50 printprocesslog "INFO $0 finished" 48 51 49
Note:
See TracChangeset
for help on using the changeset viewer.