From fa30e6adff1dea5d6b3903279ef024dd3bed043f Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Fri, 30 Dec 2016 03:43:43 -0500 Subject: [PATCH] added walrus --- scripts/archival/snarf_feisty_meow.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/archival/snarf_feisty_meow.pl b/scripts/archival/snarf_feisty_meow.pl index 81b94041..b6ab75a3 100644 --- a/scripts/archival/snarf_feisty_meow.pl +++ b/scripts/archival/snarf_feisty_meow.pl @@ -25,7 +25,7 @@ use Env qw(HOME); local($number) = &retrieve_number("aa_backup"); # variables used throughout here. -local($snarf_file_base) = &snarf_prefix("archived_feisty_meow"); +local($snarf_file_base) = &snarf_prefix("packaged_feisty_meow"); local($snarf_file) = &snarf_name($snarf_file_base, $number); # store the archive number in the file for retrieval on the other side. @@ -51,6 +51,7 @@ local($root) = &canonicalize("$HOME/feisty_meow"); &backup_hierarchy($snarf_file_base, $number, $root, "octopi"); &backup_hierarchy($snarf_file_base, $number, $root, "scripts"); &backup_hierarchy($snarf_file_base, $number, $root, "hypermedia"); +&backup_hierarchy($snarf_file_base, $number, $root, "walrus"); # grab the production assets. &backup_files($snarf_file_base, $number, $root, "production", ("*.ini", "make*", ".gitignore")); -- 2.34.1