took cloud out of note snarfer
authorChris Koeritz <fred@gruntose.com>
Mon, 2 Jan 2017 05:19:58 +0000 (00:19 -0500)
committerChris Koeritz <fred@gruntose.com>
Mon, 2 Jan 2017 05:19:58 +0000 (00:19 -0500)
scripts/archival/snarf_notes.pl
scripts/cleaning_progress.txt

index cf526862145a152035aa7c4062d717cad5f35313..e41c2e855b41e450b5f23d01f720c9a0e0bcf27c 100644 (file)
@@ -38,10 +38,10 @@ local($snarf_file) = &snarf_name($snarf_file_base, $number);
 ############################################################################
 
 # get top level text files and other potentially important items...
-&backup_files($snarf_file_base, $number, $root, ".", ("*.html", "*.txt"));
+&backup_files($snarf_file_base, $number, $root, ".", ("*.html", "*.txt", "makefile*"));
 
 # gather any directories in our home that match these often recurring patterns.
-&snarf_by_pattern($snarf_file_base, "$root", "cloud");
+#retired since this is a repo now: &snarf_by_pattern($snarf_file_base, "$root", "cloud");
 &snarf_by_pattern($snarf_file_base, "$root", "crucial");
 &snarf_by_pattern($snarf_file_base, "$root", "idea");
 &snarf_by_pattern($snarf_file_base, "$root", "issue");
@@ -49,6 +49,7 @@ local($snarf_file) = &snarf_name($snarf_file_base, $number);
 &snarf_by_pattern($snarf_file_base, "$root", "note");
 &snarf_by_pattern($snarf_file_base, "$root", "project");
 &snarf_by_pattern($snarf_file_base, "$root", "task");
+&snarf_by_pattern($snarf_file_base, "$root", "invention");
 
 ############################################################################
 
index b1f3748e19c3efdde8831f5f220080d1c1502ca9..9ef3e87237719df704139affa96a6fff67dd2a3b 100644 (file)
@@ -5,4 +5,5 @@ archival 2017-01-01
   okay with backup arb, fixed backup_trac, found pack_feisty used in www-data cron job (copied for new cron config script), listarch considered one of newer gen of good scripts (but still could probably use refactoring; it's just that it works well already),
   okay with search_arch, serene backer upper (filesynch / transporter kind of blow right now, but we have lots of notes for them), shared snarfer is a good lib used by many snarfers,
   okay with snarf_feisty_meow (retested good), snarf_linux_config which is used constantly, snarf_notes -- surprisingly useful as it grabbed the local note (*.txt) files i don't usually grab, but it also did grab the cloud, which is a backed up repository style asset; seems a little silly to keep it in notes still,
+  okay with snarf_opensim which is used regularly, went back and fixed snarf_notes to not include cloud, tried snarf_user and it seems too fat -- nah, it's okay actually since it's backing up dot files; this is actually a good idea,
   okay with