nicer, updated for more synching
authorChris Koeritz <fred@gruntose.com>
Sun, 15 Oct 2017 12:37:12 +0000 (08:37 -0400)
committerChris Koeritz <fred@gruntose.com>
Sun, 15 Oct 2017 12:37:12 +0000 (08:37 -0400)
scripts/customize/fred/scripts/compare_soapbox.sh
scripts/customize/fred/scripts/update_soapbox.sh

index 17985be83cb0e27e7a6aa895420a1b7106c03904..43f555574a965e465268845f661712b527f15c89 100644 (file)
@@ -6,16 +6,10 @@
 
 source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
 
-sep
-echo "comparing musix where 'less than' is on the soapbox..."
-compare_dirs /media/fred/soapboxdrive/musix /z/musix
-
-sep
-echo "comparing imaginations where 'less than' is on the soapbox..."
-compare_dirs /media/fred/soapboxdrive/imaginations /z/imaginations
-
-sep
-echo "comparing walrus where 'less than' is on the soapbox..."
-compare_dirs /media/fred/soapboxdrive/walrus /z/walrus
+for currdir in basement imaginations musix walrus; do
+  sep
+  echo "comparing $currdir where 'less than' is on the soapbox..."
+  compare_dirs /media/fred/soapboxdrive/$currdir /z/$currdir
+done
 
 sep
index ad44773d4ce1d409db11f740b15c133bc562187b..869a1deb0882bb778a59871923b92cb5367984da 100644 (file)
@@ -29,46 +29,19 @@ if [ $? -ne 0 ]; then
   exit 1
 fi
 
-sep
-
-echo synching walrus...
-rsync -av /z/walrus/* /media/fred/soapboxdrive/walrus/
-if [ $? -ne 0 ]; then
-  echo The walrus sync failed.
-  exit 1
-fi
-
-sep
-
-echo synching musix...
-rsync -av /z/musix/* /media/fred/soapboxdrive/musix/
-if [ $? -ne 0 ]; then
-  echo The musix sync failed.
-  exit 1
-fi
-
-sep
-
-echo synching basement...
-rsync -av /z/basement/* /media/fred/soapboxdrive/basement/
-if [ $? -ne 0 ]; then
-  echo The basement sync failed.
-  exit 1
-fi
-
-sep
-
-echo synching imaginations...
-rsync -av /z/imaginations/* /media/fred/soapboxdrive/imaginations/
-if [ $? -ne 0 ]; then
-  echo The imaginations sync failed.
-  exit 1
-fi
+for currdir in basement imaginations musix walrus; do
+  sep
+  echo "synching $currdir..."
+  netcp /z/$currdir/* /media/fred/soapboxdrive/$currdir/
+  if [ $? -ne 0 ]; then
+    echo "The $currdir sync failed."
+    exit 1
+  fi
+done
 
 sep
 
-echo synching musix...
-echo getting latest fred codes...
+echo getting latest fred repositories...
 pushd /media/fred/soapboxdrive
 get_source extra_brain