From: Chris Koeritz Date: Thu, 13 Aug 2020 01:20:21 +0000 (-0400) Subject: added some names to the list to backup X-Git-Tag: 2.140.134~13^2~9 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=32fdfd6296022987cdc1410dcb0ed98ec5dd309b;p=feisty_meow.git added some names to the list to backup --- diff --git a/scripts/archival/snarf_notes.pl b/scripts/archival/snarf_notes.pl index 56fe7a6f..b14d05d7 100644 --- a/scripts/archival/snarf_notes.pl +++ b/scripts/archival/snarf_notes.pl @@ -42,10 +42,12 @@ local($snarf_file) = &snarf_name($snarf_file_base, $number); # gather any directories in our home that match these often recurring patterns. &snarf_by_pattern($snarf_file_base, "$root", "crucial"); +&snarf_by_pattern($snarf_file_base, "$root", "Documents"); &snarf_by_pattern($snarf_file_base, "$root", "idea"); &snarf_by_pattern($snarf_file_base, "$root", "issue"); &snarf_by_pattern($snarf_file_base, "$root", "list"); &snarf_by_pattern($snarf_file_base, "$root", "note"); +&snarf_by_pattern($snarf_file_base, "$root", "nuage"); &snarf_by_pattern($snarf_file_base, "$root", "project"); &snarf_by_pattern($snarf_file_base, "$root", "task"); &snarf_by_pattern($snarf_file_base, "$root", "invention");