From: Chris Koeritz Date: Mon, 23 Feb 2015 00:30:10 +0000 (-0500) Subject: added cloud folder to list, and will soon remove defunct names. X-Git-Tag: 2.140.90~704 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=5d5c56097ac1750cada805755bebea73f350e331;p=feisty_meow.git added cloud folder to list, and will soon remove defunct names. --- diff --git a/scripts/archival/snarf_notes.pl b/scripts/archival/snarf_notes.pl index 40b535eb..cf526862 100644 --- a/scripts/archival/snarf_notes.pl +++ b/scripts/archival/snarf_notes.pl @@ -41,6 +41,7 @@ local($snarf_file) = &snarf_name($snarf_file_base, $number); &backup_files($snarf_file_base, $number, $root, ".", ("*.html", "*.txt")); # gather any directories in our home that match these often recurring patterns. +&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");