From: Chris Koeritz Date: Fri, 30 Dec 2016 08:43:43 +0000 (-0500) Subject: added walrus X-Git-Tag: 2.140.90~305 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=fa30e6adff1dea5d6b3903279ef024dd3bed043f;p=feisty_meow.git added walrus --- 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"));