From: Fred T. Hamster Date: Fri, 15 Nov 2024 23:01:37 +0000 (-0500) Subject: cleaned up formatting etc X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=febb342f0c91a64a651f01d856f9d48081604d47;p=feisty_meow.git cleaned up formatting etc --- 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