adding the basement archive to the list of synchs
[feisty_meow.git] / customize / fred / scripts / update_musix_on_curie.sh
1
2 # this script is meant to be run on curie with our super alpha prime source of music plugged in.
3
4 #hmmm: add the goodness around these like the nice updater.
5
6 if [[ ! ( $(hostname) =~ .*curie.* ) ]]; then
7   echo this script is only designed to run on curie with the
8   echo fred music prime external disc plugged in.
9   exit 1
10 fi
11
12 # hmmm: these look very similar for musix and basement.  function please!
13 rsync -av /media/fred/fredmusicprime/musix/* /z/musix/
14 rsync -av /media/fred/fredmusicprime/basement/* /z/basement/
15 rsync -avz /z/musix/* surya:/z/musix/ 
16 rsync -avz /z/basement/* surya:/z/basement/ 
17 rsync -avz /z/musix/* wildmutt:/z/musix/ 
18 rsync -avz /z/basement/* wildmutt:/z/basement/ 
19 rsync -avz /z/musix/* euphrosyne:/z/musix/ 
20 rsync -avz /z/basement/* euphrosyne:/z/basement/ 
21
22