Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 9148)
+++ trunk/MagicSoft/Mars/Changelog	(revision 9149)
@@ -35,4 +35,10 @@
      datacenter/scripts/mcsequences:
      - exchanged vela by variable for host
+
+   * datacenter/scripts/dowebplots:
+     - removed sequence/dataset number from file name of csv file
+     - removed general rsync of callisto/star/ganymed at the end of the
+       script, as --delete was not working in the intended way and 
+       the single directories are rsynced anyhow
 
 
Index: trunk/MagicSoft/Mars/datacenter/scripts/dowebplots
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/dowebplots	(revision 9148)
+++ trunk/MagicSoft/Mars/datacenter/scripts/dowebplots	(revision 9149)
@@ -208,5 +208,5 @@
       rootfile=$inpath/$filename`printf %08d $num`.root
       psfile=$inpath/$filename`printf %08d $num`.ps
-      csvfile=$outpath/$filename`printf %08d $num`.csv
+      csvfile=$outpath/$filename.csv
       pdffile=$outpath/$filename`printf %08d $num`.pdf
       # rsync
@@ -322,8 +322,4 @@
 done
 
-# rsync for complete directory (i.e. to delete removed sequences)
-echo "do rsync for callisto, star and ganymed files" >> $scriptlog 2>&1
-rsync -aLv --delete --exclude=*/*/20[01][0-9]*_[YI]_*[.]root --exclude=*/*.ps $datapath/{callisto,star,ganymed}/ $webpath/callisto >> $scriptlog 2>&1
-
 # rsync subsystemdata, sequence and dataset files
 echo "do rsync for subsystem files" >> $scriptlog 2>&1
