f3a7ab5a197978293ea8b9f5675350a35d9ede46
[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
9 source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
10
11 sep 14
12 echo "Comparing basement folder..."
13 compare_dirs /z/basement wildmutt:/z/basement
14 sep 14
15
16 sep 14
17 echo "Comparing imaginations folder..."
18 compare_dirs /z/imaginations wildmutt:/z/imaginations
19 sep 14
20
21 sep 14
22 echo "Comparing musix folder..."
23 compare_dirs /z/musix wildmutt:/z/musix
24 sep 14
25
26 sep 14
27 echo "Comparing walrus folder..."
28 compare_dirs /z/walrus wildmutt:/z/walrus
29 sep 14