From: Chris Koeritz Date: Tue, 28 Feb 2023 14:44:57 +0000 (-0500) Subject: added fredspace name to backup list X-Git-Tag: 2.140.136^2~7 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=ef5c4c4e80db9a02cb23c756bd2ab8787b98d5f5;p=feisty_meow.git added fredspace name to backup list --- diff --git a/scripts/archival/snarf_notes.pl b/scripts/archival/snarf_notes.pl index fac97bcf..f0874f69 100644 --- a/scripts/archival/snarf_notes.pl +++ b/scripts/archival/snarf_notes.pl @@ -43,6 +43,7 @@ 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", "fredspace"); &snarf_by_pattern($snarf_file_base, "$root", "idea"); &snarf_by_pattern($snarf_file_base, "$root", "issue"); &snarf_by_pattern($snarf_file_base, "$root", "list");