Changeset 9149 for trunk/MagicSoft
- Timestamp:
- 11/11/08 10:47:15 (16 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9148 r9149 35 35 datacenter/scripts/mcsequences: 36 36 - exchanged vela by variable for host 37 38 * datacenter/scripts/dowebplots: 39 - removed sequence/dataset number from file name of csv file 40 - removed general rsync of callisto/star/ganymed at the end of the 41 script, as --delete was not working in the intended way and 42 the single directories are rsynced anyhow 37 43 38 44 -
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.