From: Chris Koeritz Date: Sun, 29 Apr 2012 22:08:49 +0000 (-0400) Subject: updated to include ebooks. X-Git-Tag: 2.140.90~1377^2~1 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=a6175e57973a7b4ed0628e52d30d3349f2a5d7de;p=feisty_meow.git updated to include ebooks. --- diff --git a/scripts/archival/snarf_quartz.pl b/scripts/archival/snarf_quartz.pl index 6985a4bc..5d104d4d 100644 --- a/scripts/archival/snarf_quartz.pl +++ b/scripts/archival/snarf_quartz.pl @@ -36,8 +36,10 @@ local($snarf_file) = &snarf_name($snarf_file_base, $number); ############################################################################ -# 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"); +&backup_hierarchy($snarf_file_base, $number, "$root", "ebooks"); ############################################################################