switched mirror hosts
[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 target=curie
10
11 source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
12
13 sep 14
14 echo "Comparing basement folder..."
15 compare_dirs /z/basement ${target}:/z/basement
16 sep 14
17
18 sep 14
19 echo "Comparing imaginations folder..."
20 compare_dirs /z/imaginations ${target}:/z/imaginations
21 sep 14
22
23 sep 14
24 echo "Comparing musix folder..."
25 compare_dirs /z/musix ${target}:/z/musix
26 sep 14
27
28 sep 14
29 echo "Comparing walrus folder..."
30 compare_dirs /z/walrus ${target}:/z/walrus
31 sep 14