From: Chris Koeritz Date: Sun, 29 Apr 2012 22:11:52 +0000 (-0400) Subject: added ebooks to list of archived items. may end up being too hugely fat. X-Git-Tag: 2.140.90~1378 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=1ac10a6ca630436ee218a98432cd89ed79bab71b;p=feisty_meow.git added ebooks to list of archived items. may end up being too hugely fat. --- 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"); ############################################################################