ha-sync.conf.ex
changeset 48 9f66fe44239c
parent 45 377edad75934
child 49 2272c9e2eaf7
equal deleted inserted replaced
45:377edad75934 48:9f66fe44239c
     1 # shell snipped
       
     2 
       
     3 # Where are the maintained files:
       
     4 DIR=/boot/ha-config
       
     5 
       
     6 # The two nodes to be maintained:
       
     7 # NODE_A=host-a
       
     8 # NODE_B=host-b
       
     9 HOSTNAME=`hostname`
       
    10 NODE=${HOSTNAME#*-}
       
    11 NODE_A=
       
    12 NODE_B=
       
    13 
       
    14 # Which filesystems to syncronize:
       
    15 # FILESYSTEMS="/ /boot"
       
    16 FILESYSTEMS=
       
    17