From b77dda2fb674fc31327bc6fee7beb6d45c690ef5 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Fri, 16 Jun 2017 00:25:52 -0400 Subject: [PATCH] working on usb hd updater --- .../customize/fred/scripts/update_soapbox.sh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/scripts/customize/fred/scripts/update_soapbox.sh b/scripts/customize/fred/scripts/update_soapbox.sh index 90a0e0b0..ae918668 100644 --- a/scripts/customize/fred/scripts/update_soapbox.sh +++ b/scripts/customize/fred/scripts/update_soapbox.sh @@ -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 -- 2.34.1