diff -r 4bc43250587a -r b36b9eee9c41 ha-sync.conf.ex --- a/ha-sync.conf.ex Fri Nov 17 10:15:27 2006 +0000 +++ b/ha-sync.conf.ex Fri Nov 17 21:32:29 2006 +0000 @@ -1,10 +1,15 @@ # shell snipped -echo "*** Needs to be configured in /etc/ha-sync/ha-sync.conf" >&2 -exit 1 +# Where are the maintained files: +DIR=/boot/ha-config +# The two nodes to be maintained: +# NODE_A=host-a +# NODE_B=host-b NODE_A= NODE_B= -FILESYSTEMS="/ /boot" -DIR=/boot/ha-config +# Which filesystems to syncronize: +# FILESYSTEMS="/ /boot" +FILESYSTEMS= +