now prints the actions being done
authorChris Koeritz <fred@gruntose.com>
Wed, 14 Dec 2016 14:59:36 +0000 (09:59 -0500)
committerChris Koeritz <fred@gruntose.com>
Wed, 14 Dec 2016 14:59:36 +0000 (09:59 -0500)
customize/fred/scripts/update_musix_on_curie.sh

index 4f44e4ae6fcd1de76a9bea627c11007a33333e5d..e2e353cc00b5aff96ab79f2e0300f62f791b96da 100644 (file)
@@ -13,6 +13,7 @@ fi
 # synch our local copy on curie with the music drive, source of all goodness.
 function get_music_from_alpha_site()
 {
+  echo "getting musix and basement from fred music prime device"
   rsync -av /media/fred/fredmusicprime/musix/* /z/musix/
   rsync -av /media/fred/fredmusicprime/basement/* /z/basement/
 }
@@ -21,6 +22,7 @@ function get_music_from_alpha_site()
 function update_musix_pile()
 {
   local host="$1"; shift
+  echo "$host: synching musix and basement"
   rsync -avz /z/musix/* ${host}:/z/musix/ 
   rsync -avz /z/basement/* ${host}:/z/basement/ 
 }