From f1a4a058c1a7190ca8af83d7ac6c50ef1c3c0f18 Mon Sep 17 00:00:00 2001 From: "Fred T. Hamster" Date: Fri, 25 May 2018 20:45:33 -0400 Subject: [PATCH] added a category name for backing up --- scripts/customize/fred/fred_variables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/customize/fred/fred_variables.sh b/scripts/customize/fred/fred_variables.sh index ec172031..64f28c17 100644 --- a/scripts/customize/fred/fred_variables.sh +++ b/scripts/customize/fred/fred_variables.sh @@ -18,7 +18,7 @@ if [ -z "$USER_CUSTOMIZATIONS_LOADED" ]; then REPOSITORY_LIST=" cloud ebooks web ${REPOSITORY_LIST} " # adds our locally relevant archive folders into the list to be synched. - MAJOR_ARCHIVE_SOURCES+="/z/archons /z/basement /z/imaginations /z/musix /z/toaster /z/walrus" + MAJOR_ARCHIVE_SOURCES+="/z/archons /z/basement /z/imaginations /z/musix /z/toaster /z/walrus $HOME/brobdingnag" # our set of known source hierarchy folder names. SOURCECODE_HIERARCHY_LIST="codebarn extra_brain interbrane" -- 2.34.1