From a6175e57973a7b4ed0628e52d30d3349f2a5d7de Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sun, 29 Apr 2012 18:08:49 -0400 Subject: [PATCH] updated to include ebooks. --- scripts/archival/snarf_quartz.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"); ############################################################################ -- 2.34.1