working on usb hd updater
authorChris Koeritz <fred@gruntose.com>
Fri, 16 Jun 2017 04:25:52 +0000 (00:25 -0400)
committerChris Koeritz <fred@gruntose.com>
Fri, 16 Jun 2017 04:25:52 +0000 (00:25 -0400)
scripts/customize/fred/scripts/update_soapbox.sh

index 90a0e0b0aa18107c2b9ddfa63335f9730749dd87..ae918668273a87d5d1773e841315ae203de0a88b 100644 (file)
@@ -49,6 +49,25 @@ 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
+
+sep
+
+echo synching musix...
 echo getting latest fred codes...
 pushd /media/fred/soapboxdrive
 get_source extra_brain