more changes to support a FEISTY_MEOW_PERSONAL_HOME variable
[feisty_meow.git] / scripts / archival / snarf_notes.pl
index f0874f69766532da29b8f0167ba269d95f0fbdb9..24020b79473d3073b3bec63a34c99336ce5f502a 100644 (file)
@@ -28,7 +28,7 @@ use Env qw(HOME);
 local($number) = &retrieve_number("aa_backup");
 
 # variables for directory location to backup and the file to dump it in.
-local($root) = "$HOME";
+local($root) = "$FEISTY_MEOW_PERSONAL_HOME";
 local($snarf_file_base) = &snarf_prefix("notes");
 local($snarf_file) = &snarf_name($snarf_file_base, $number);
 
@@ -38,7 +38,7 @@ 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", "makefile*"));
+&backup_files($snarf_file_base, $number, $root, ".", ("*.html", "*.txt", "makefile*", ".bashrc", ".bash_history"));
 
 # gather any directories in our home that match these often recurring patterns.
 &snarf_by_pattern($snarf_file_base, "$root", "crucial");
@@ -51,6 +51,7 @@ local($snarf_file) = &snarf_name($snarf_file_base, $number);
 &snarf_by_pattern($snarf_file_base, "$root", "nuage");
 &snarf_by_pattern($snarf_file_base, "$root", "project");
 &snarf_by_pattern($snarf_file_base, "$root", "proj_");
+&snarf_by_pattern($snarf_file_base, "$root", "Sync");
 &snarf_by_pattern($snarf_file_base, "$root", "task");
 &snarf_by_pattern($snarf_file_base, "$root", "invention");
 &snarf_by_pattern($snarf_file_base, "$root", "transitory");