nice changes to make snarf_user able to get kde and gnome config without gacking on
authorChris Koeritz <fred@gruntose.com>
Wed, 4 Dec 2013 00:33:40 +0000 (19:33 -0500)
committerChris Koeritz <fred@gruntose.com>
Wed, 4 Dec 2013 00:33:40 +0000 (19:33 -0500)
huge dirs.  some other apps store large chunks in either .kde or .local though, and i
am sure i did not exclude them all (mainly dropped what i saw active in current ubuntu).

scripts/archival/shared_snarfer.pl
scripts/archival/snarf_user.pl

index 7689862786cd3053a64f3436abb902f535855bc9..4747d07e70b9dd2b5de402d70274a2fb2b44777a 100644 (file)
@@ -44,9 +44,10 @@ $TMP =~ s/\\/\//g;  # fix the temp variable for ms-winders.
     "octalforty.Wizardby", "*.obr", "*.opt", "packages", 
     "*.pch", "*.pdb", "*.plg", "*.r$p", "*.rcs", "Release",
     "*.res", "*.RES", "*.rws", "*.sbr", "*.scc", "*.spx", "*.stackdump",
+    "Steam",
     "*.sdf", "*.suo", ".svn", "*.sym", "*.td", "*.tds", "*.tdw", "*.tlb",
     "*.trw", "*.tmp", "*.tr", "*.user", "*_version.h", "*_version.rc",
-    "*.vspscc", "waste");
+    "*.vspscc", "waste", "zeitgeist");
 #print "junk list=@junk_file_list\n";
 @excludes = ();
 for (local($i) = 0; $i < scalar(@junk_file_list); $i++) {
index 27991ecaf1a13956968db5bd2d59eb677335246e..4874e072a7c5bf71a6c9909a03ca4036b1f41e88 100644 (file)
@@ -39,6 +39,8 @@ 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");
 
 # get any dot files ending in "rc", or with "bash" or "profile" in them, or
 # that start with "x".