cleaned up formatting etc
authorFred T. Hamster <fred@gruntose.com>
Fri, 15 Nov 2024 23:01:37 +0000 (18:01 -0500)
committerFred T. Hamster <fred@gruntose.com>
Fri, 15 Nov 2024 23:01:37 +0000 (18:01 -0500)
scripts/customize/fred/scripts/jobby/archie_grabber.sh

index 609c73e92f6349c4e650233d27c0ff740cc73029..445e1c9908e01475944cceaef9bc7b72dfbeae59 100644 (file)
@@ -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