snarf updated from experience with new config names, utils updated with higher stack...
[feisty_meow.git] / scripts / archival / snarf_opensim.pl
index 6840498d2bdc822289ffa858650b4ee71aea57b8..87f8ad70d81cfbd96a9b4270d3157222f3054c16 100644 (file)
@@ -45,10 +45,10 @@ local($root) = &canonicalize(&glob_list("$HOME/opensim"));
 
 # snag the main config files.
 &backup_files($snarf_file_base, $number, $root, "bin",
-    ("OpenSim.ini", "Robust.ini", "OpenSim.exe.config", "Robust.exe.config"));
+    ("OpenSim.ini", "Robust*.ini", "OpenSim.exe.config", "Robust.exe.config"));
 
 # snag the configuration include file.
-&backup_files($snarf_file_base, $number, $root, "bin/config-include", ("GridCommon.ini"));
+&backup_files($snarf_file_base, $number, $root, "bin/config-include", ("GridCommon.ini", "osslEnable.ini"));
 
 # get the region definitions.
 &backup_hierarchy($snarf_file_base, $number, "$root", "bin/Regions");