57b9472b641d03b995a422ef78c8f53bea7c144b
[feisty_meow.git] / scripts / customize / fred / scripts / disk_synch / raw_synch_from_surya.sh
1 #!/bin/bash
2
3 source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
4
5 echo "Updating walrus and musix from surya: raw mode without syncthing!"
6 echo
7
8 for currdir in basement imaginations musix walrus; do
9   sep
10   echo "synching $currdir folder..."
11   rsync -avz surya:/z/$currdir/* /z/$currdir/
12 done
13
14 sep
15