Changeset 9149 for trunk/MagicSoft/Mars/datacenter/scripts/dowebplots
- Timestamp:
- 11/11/08 10:47:15 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/dowebplots
r9130 r9149 208 208 rootfile=$inpath/$filename`printf %08d $num`.root 209 209 psfile=$inpath/$filename`printf %08d $num`.ps 210 csvfile=$outpath/$filename `printf %08d $num`.csv210 csvfile=$outpath/$filename.csv 211 211 pdffile=$outpath/$filename`printf %08d $num`.pdf 212 212 # rsync … … 322 322 done 323 323 324 # rsync for complete directory (i.e. to delete removed sequences)325 echo "do rsync for callisto, star and ganymed files" >> $scriptlog 2>&1326 rsync -aLv --delete --exclude=*/*/20[01][0-9]*_[YI]_*[.]root --exclude=*/*.ps $datapath/{callisto,star,ganymed}/ $webpath/callisto >> $scriptlog 2>&1327 328 324 # rsync subsystemdata, sequence and dataset files 329 325 echo "do rsync for subsystem files" >> $scriptlog 2>&1
Note:
See TracChangeset
for help on using the changeset viewer.