updated to add a couple more items
[feisty_meow.git] / scripts / archival / snarf_user.pl
index 7abd79d3b19d350e054a8d6d79c54c5350f1a8c4..202fba000259f6e053f6bb183b8a73ab197509a5 100644 (file)
 #  version of the License.  Please send any updates to "fred@gruntose.com".   #
 ###############################################################################
 
-require "importenv.pl";
 require "shared_snarfer.pl";
 
+use Env qw(HOME USER);
+
 &initialize_snarfer;
 
 # get the number we use and increment it for the next use.
@@ -38,6 +39,12 @@ local($snarf_file) = &snarf_name($snarf_file_base, $number);
 
 # backup all the config info for kde.
 &backup_hierarchy($snarf_file_base, $number, "$root", ".kde");
+# and get the config for gnome.
+&backup_hierarchy($snarf_file_base, $number, "$root", ".local");
+&backup_hierarchy($snarf_file_base, $number, "$root", ".gnome*");
+# and assorted config things for various apps.
+&backup_hierarchy($snarf_file_base, $number, "$root", ".config/syncthing");
+#next...? &backup_hierarchy($snarf_file_base, $number, "$root", ".config/syncthing");
 
 # get any dot files ending in "rc", or with "bash" or "profile" in them, or
 # that start with "x".