From ac05ad45bbf241264c1eca4467fb96189cb4d052 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Mon, 19 Dec 2016 10:33:51 -0500 Subject: [PATCH] removed a couple of defunct backup folders --- scripts/archival/snarf_linux_config.pl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/archival/snarf_linux_config.pl b/scripts/archival/snarf_linux_config.pl index e6a060b1..0fe2eaca 100644 --- a/scripts/archival/snarf_linux_config.pl +++ b/scripts/archival/snarf_linux_config.pl @@ -54,11 +54,13 @@ unlink $infofile; &backup_files($snarf_file_base, $number, "/", "var/lib/dpkg", ("status*")); # backup the crucial hierarchies in /var... -&backup_hierarchy($snarf_file_base, $number, "/", "var/named"); +#gone: &backup_hierarchy($snarf_file_base, $number, "/", "var/named"); +#gone: &backup_hierarchy($snarf_file_base, $number, "/", "var/lib/named/master"); + ###not good: &backup_hierarchy($snarf_file_base, $number, "/", "var/lib/mysql"); ###the mysql snarf is not necessarily usable, since we really should be ###backing up the databases by another means than this. -&backup_hierarchy($snarf_file_base, $number, "/", "var/lib/named/master"); + &backup_hierarchy($snarf_file_base, $number, "/", "var/lib/webalizer"); # snag the grub bootloader files. -- 2.34.1