Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 9197)
+++ trunk/MagicSoft/Mars/Changelog	(revision 9198)
@@ -18,4 +18,11 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2008/12/23 Stefan Ruegamer
+
+   * datacenter/scripts/movingrawfiles
+     - corrected moving of zipped rawfiles
+
+
 
  2008/12/22 Daniel Hoehne-Moench
Index: trunk/MagicSoft/Mars/datacenter/scripts/movingrawfiles
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/movingrawfiles	(revision 9197)
+++ trunk/MagicSoft/Mars/datacenter/scripts/movingrawfiles	(revision 9198)
@@ -52,5 +52,5 @@
 
 # find rawfiles belonging to tape (don't move files not yet md5-sum checked)
-rawfiles=`find /magic/{datacenter,data/rawfiles}/fromtape/???data/ -regextype posix-egrep -regex '.*/20[01][0-9]{5}_(M[12]_)?[0-9]{8}(\.[0-9]{3})?_.*.(raw)?raw.gz' -type f -user tape`
+rawfiles=`find /magic/{datacenter,data/rawfiles}/fromtape/???data/ -regextype posix-egrep -regex '.*/20[01][0-9]{5}_(M[12]_)?[0-9]{8}(\.[0-9]{3})?_.*.raw(.gz)?$' -type f -user tape`
 
 if [ "$rawfiles" == "" ]
