You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Princeton/failover/Makefile

9 lines
228 B
Makefile

primary: sync
./failover.sh -P 192.168.56.113 -S 192.168.56.114 -H 192.168.56.113
secondary:
./failover.sh -P 192.168.56.113 -S 192.168.56.114 -H 192.168.56.114
sync:
rsync -av --stats ./ secondary:/root/princeton/failover