X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Farchival%2Fsnarf_notes.pl;h=8c9947978a8ea3aec33cea3c6372b0ce521226d8;hb=8f1a85cd21d35aad6cba6d6929656a112fe002dc;hp=809aac000c932029511f566a69344ad7cbe6fe0d;hpb=2952ccf47b80174880141a7ecfa122089f349b8d;p=feisty_meow.git diff --git a/scripts/archival/snarf_notes.pl b/scripts/archival/snarf_notes.pl index 809aac00..8c994797 100644 --- a/scripts/archival/snarf_notes.pl +++ b/scripts/archival/snarf_notes.pl @@ -40,13 +40,12 @@ local($snarf_file) = &snarf_name($base, $number); &backup_files($base, $number, $root, ".", ("*.html", "*.txt")); # backup all the hierarchies in our quartz directory. &backup_hierarchy($base, $number, "$root", "quartz"); -# grab all the state out of basketnotes's home directory. -&backup_hierarchy($base, $number, "$root", ".kde/share/apps/basket"); # gather any directories in our home that match these often recurring patterns. &snarf_by_pattern("$root", "notes"); &snarf_by_pattern("$root", "project"); &snarf_by_pattern("$root", "issue"); +&snarf_by_pattern("$root", "idea"); &snarf_by_pattern("$root", "crucial"); &snarf_by_pattern("$root", "list"); &snarf_by_pattern("$root", "task");