Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 7799)
+++ trunk/MagicSoft/Mars/Changelog	(revision 7800)
@@ -18,4 +18,14 @@
 
                                                  -*-*- END OF LINE -*-*-
+ 2006/07/23 Thomas Bretz
+ 
+   * datacenter/scripts/copyscript:
+     - only try to insert the contents of runbook files which
+       contain the regexp \\\.rbk$ instead of .rbk It might be
+       that in a script it should be \.rbk$ rather than \\\.rbk$
+       (to be tested)
+
+
+
  2006/07/22 Thomas Bretz
 
Index: trunk/MagicSoft/Mars/datacenter/scripts/copyscript
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/copyscript	(revision 7799)
+++ trunk/MagicSoft/Mars/datacenter/scripts/copyscript	(revision 7800)
@@ -147,5 +147,5 @@
          #run macros if the file is a *.rbk or a *.run file to
          #fill the information into the db
-         if echo $filename | grep .rbk  >> $scriptlog 2>&1 
+         if echo $filename | grep \\\.rbk$  >> $scriptlog 2>&1 
          then
             echo "found rbk-file $filename"  >> $scriptlog 2>&1 
