X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Farchival%2Fsnarf_quartz.pl;h=b9d54a30cc913040cafd76b3a0be3ad72ac7ae98;hb=359e2d0985e617ad6de421bda835baf621523d97;hp=5d104d4d281f81adb0f34efc21ebb69d9d9f38c8;hpb=a6175e57973a7b4ed0628e52d30d3349f2a5d7de;p=feisty_meow.git diff --git a/scripts/archival/snarf_quartz.pl b/scripts/archival/snarf_quartz.pl index 5d104d4d..b9d54a30 100644 --- a/scripts/archival/snarf_quartz.pl +++ b/scripts/archival/snarf_quartz.pl @@ -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. @@ -39,7 +40,6 @@ local($snarf_file) = &snarf_name($snarf_file_base, $number); # 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"); -&backup_hierarchy($snarf_file_base, $number, "$root", "ebooks"); ############################################################################