took out update step.
[feisty_meow.git] / scripts / archival / snarf_quartz.pl
index 5d104d4d281f81adb0f34efc21ebb69d9d9f38c8..b9d54a30cc913040cafd76b3a0be3ad72ac7ae98 100644 (file)
 #  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");
 
 ############################################################################