1f7e731d9d77bffcf56751029eabab8904674db9
[feisty_meow.git] / scripts / customize / fred / scripts / archival / euphrosyne_comparator.sh
1 #!/bin/bash
2
3 # runs through all the local archives on euphrosyne to make sure nothing is different
4 # when compared to the mainline versions on surya.
5
6 #hmmm: add a check that this is in fact the right host, euphrosyne.
7
8 target=wildmutt
9
10 source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
11
12 sep 14
13 echo "Comparing basement folder..."
14 compare_dirs /z/basement ${target}:/z/basement
15 sep 14
16
17 sep 14
18 echo "Comparing imaginations folder..."
19 compare_dirs /z/imaginations ${target}:/z/imaginations
20 sep 14
21
22 sep 14
23 echo "Comparing musix folder..."
24 compare_dirs /z/musix ${target}:/z/musix
25 sep 14
26
27 sep 14
28 echo "Comparing walrus folder..."
29 compare_dirs /z/walrus ${target}:/z/walrus
30 sep 14