Changeset 9130 for trunk/MagicSoft/Mars/datacenter/scripts/dowebplots
- Timestamp:
- 08/22/08 13:39:03 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/dowebplots
r9128 r9130 127 127 echo "For the following plots will be produced: "${all[@]} >> $scriptlog 2>&1 128 128 129 130 # rsync subsystemdata, sequence and dataset files131 echo "do rsync for subsystem files" >> $scriptlog 2>&1132 rsync -av --delete $subsystempath/ $webpath/subsystemdata >> $scriptlog 2>&1133 134 echo "do rsync for sequence files" >> $scriptlog 2>&1135 rsync -av --delete $sequpath/ $webpath/sequences >> $scriptlog 2>&1136 137 echo "do rsync for dataset files" >> $scriptlog 2>&1138 rsync -av --delete $datasetpath/ $webpath/datasets >> $scriptlog 2>&1139 140 141 129 # using hour for lock => after 24 no new script is 142 130 # started in case the previous is still running … … 144 132 lockfile=$lockpath/${program}-${hour}h.txt 145 133 checklock >> $scriptlog 2>&1 134 135 # make sure that ./showplot is executed from the right directory 136 cd $mars 146 137 147 138 count=0 … … 282 273 if [ "$check" = "ok" ] 283 274 then 284 printprocesslog "INFO pro cduing plots (psfile and png) for $rootfile"275 printprocesslog "INFO producing plots (psfile and png) for $rootfile" 285 276 if ! ls $rootfile >/dev/null 2>&1 286 277 then … … 331 322 done 332 323 333 # rsync for complete directory delete removed sequences324 # rsync for complete directory (i.e. to delete removed sequences) 334 325 echo "do rsync for callisto, star and ganymed files" >> $scriptlog 2>&1 335 326 rsync -aLv --delete --exclude=*/*/20[01][0-9]*_[YI]_*[.]root --exclude=*/*.ps $datapath/{callisto,star,ganymed}/ $webpath/callisto >> $scriptlog 2>&1 336 327 328 # rsync subsystemdata, sequence and dataset files 329 echo "do rsync for subsystem files" >> $scriptlog 2>&1 330 rsync -av --delete $subsystempath/ $webpath/subsystemdata >> $scriptlog 2>&1 331 332 echo "do rsync for sequence files" >> $scriptlog 2>&1 333 rsync -av --delete $sequpath/ $webpath/sequences >> $scriptlog 2>&1 334 335 echo "do rsync for dataset files" >> $scriptlog 2>&1 336 rsync -av --delete $datasetpath/ $webpath/datasets >> $scriptlog 2>&1 337 338 337 339 lockfile=$lockpath/${program}-${hour}h.txt 338 340 finish >> $scriptlog 2>&1
Note:
See TracChangeset
for help on using the changeset viewer.