Merges George changes
[p2p-testing-infrastructure.git] / Utils / sync_kth.sh
1 #!/bin/bash
2 #
3 # Copyright: George Milescu 2010 - george.milescu@gmail.com
4 #
5
6 # Read the global configuration file
7 # Check if the global configuration file exists
8 if [ ! -e ../ControlScripts/globalconfig ]; then
9         echo "Warning: The global config file ../ControlScripts/globalconfig does not exist."
10 else
11         source ../ControlScripts/globalconfig
12 fi
13
14 rsync -avzP --del $P2P_NEXT_REL_PATH george@p2p-next.xen.ssvl.kth.se:/home/george/P2P-Next