X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Farchival%2Fsnarf_quartz.pl;h=b9d54a30cc913040cafd76b3a0be3ad72ac7ae98;hb=ab2a48e90c0f3778c267862bc125d5f2d4b3bb73;hp=e1d2bbd0a08942c8504096aad69d884767dad9d0;hpb=443b51332825ae58024259e7d27de3c85ffb3af0;p=feisty_meow.git diff --git a/scripts/archival/snarf_quartz.pl b/scripts/archival/snarf_quartz.pl index e1d2bbd0..b9d54a30 100644 --- a/scripts/archival/snarf_quartz.pl +++ b/scripts/archival/snarf_quartz.pl @@ -8,7 +8,7 @@ # # # Purpose: # # # -# Stuffs up an archive with quartz lists and current new notes. # +# Packs up an archive with the quartz repository. # # # ############################################################################### # This program is free software; you can redistribute it and/or modify it # @@ -18,9 +18,10 @@ # version of the License. Please send any updates to "fred@gruntose.com". # ############################################################################### -require "importenv.pl"; require "shared_snarfer.pl"; +use Env qw(HOME); + &initialize_snarfer; # get the number we use and increment it for the next use. @@ -36,20 +37,10 @@ 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")); -# backup all the hierarchies in our quartz directory. +# backup all the hierarchies in our quartz directory, as well as any other well known +# repositories of goodness. &backup_hierarchy($snarf_file_base, $number, "$root", "quartz"); -# gather any directories in our home that match these often recurring patterns. -&snarf_by_pattern($snarf_file_base, "$root", "quartz"); -&snarf_by_pattern($snarf_file_base, "$root", "project"); -&snarf_by_pattern($snarf_file_base, "$root", "issue"); -&snarf_by_pattern($snarf_file_base, "$root", "idea"); -&snarf_by_pattern($snarf_file_base, "$root", "crucial"); -&snarf_by_pattern($snarf_file_base, "$root", "list"); -&snarf_by_pattern($snarf_file_base, "$root", "task"); - ############################################################################ # now rename the file so only the unpacker can access it.