From febb342f0c91a64a651f01d856f9d48081604d47 Mon Sep 17 00:00:00 2001 From: "Fred T. Hamster" Date: Fri, 15 Nov 2024 18:01:37 -0500 Subject: [PATCH] cleaned up formatting etc --- .../fred/scripts/jobby/archie_grabber.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/scripts/customize/fred/scripts/jobby/archie_grabber.sh b/scripts/customize/fred/scripts/jobby/archie_grabber.sh index 609c73e9..445e1c99 100644 --- a/scripts/customize/fred/scripts/jobby/archie_grabber.sh +++ b/scripts/customize/fred/scripts/jobby/archie_grabber.sh @@ -39,9 +39,19 @@ EOF done } +#### + +# active part of the script, where we go out to a bunch of machines +# to grab the archive folders. + +# we'll store the copied archives here. mkdir -p $HOME/grabbing_archies pushd $HOME/grabbing_archies +#### + +# these hosts are all in the ITS domain... + domain="its.virginia.edu" hostlist="idpprod01 idpprod02 idpprod03 idpprod04 idpprod05 " grab_archies "$domain" "$hostlist" @@ -58,10 +68,16 @@ grab_archies "$domain" "$hostlist" hostlist="tower " grab_archies "$domain" "$hostlist" +#### + +# these hosts are in the storage domain... + domain="storage.virginia.edu" hostlist="admin03 admin-hsz02-s admin-lab nasman02-s " grab_archies "$domain" "$hostlist" +#### + popd -- 2.34.1