Failover looking much better with proper rsync
parent
5dc028eeda
commit
faf9fdd312
@ -1,5 +1,8 @@
|
||||
primary:
|
||||
./failover.sh -p 192.168.56.113 -s 192.168.56.114 -H 192.168.56.113
|
||||
./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
|
||||
./failover.sh -P 192.168.56.113 -S 192.168.56.114 -H 192.168.56.114
|
||||
|
||||
sync:
|
||||
rsync -avu --stats . clone:/root/princeton/failover
|
||||
|
||||
@ -0,0 +1,7 @@
|
||||
#header {
|
||||
background: rgb(59,234,2);
|
||||
background: -moz-linear-gradient(90deg, rgba(59,234,2,1) 0%, rgba(8,124,8,1) 35%);
|
||||
background: -webkit-linear-gradient(90deg, rgba(59,234,2,1) 0%, rgba(8,124,8,1) 35%);
|
||||
background: linear-gradient(90deg, rgba(59,234,2,1) 0%, rgba(8,124,8,1) 35%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3bea02",endColorstr="#087c08",GradientType=1);
|
||||
}
|
||||
@ -0,0 +1,7 @@
|
||||
#header {
|
||||
background: rgb(59,234,2);
|
||||
background: -moz-linear-gradient(90deg, rgba(59,234,2,1) 0%, rgba(8,124,8,1) 35%);
|
||||
background: -webkit-linear-gradient(90deg, rgba(59,234,2,1) 0%, rgba(8,124,8,1) 35%);
|
||||
background: linear-gradient(90deg, rgba(59,234,2,1) 0%, rgba(8,124,8,1) 35%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3bea02",endColorstr="#087c08",GradientType=1);
|
||||
}
|
||||
@ -0,0 +1,7 @@
|
||||
#header {
|
||||
background: rgb(234,59,2);
|
||||
background: -moz-linear-gradient(90deg, rgba(234,59,2,1) 0%, rgba(121,51,11,1) 35%);
|
||||
background: -webkit-linear-gradient(90deg, rgba(234,59,2,1) 0%, rgba(121,51,11,1) 35%);
|
||||
background: linear-gradient(90deg, rgba(234,59,2,1) 0%, rgba(121,51,11,1) 35%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ea3b02",endColorstr="#79330b",GradientType=1);
|
||||
}
|
||||
@ -0,0 +1,8 @@
|
||||
;#header {
|
||||
; background: #3cb371;
|
||||
;}
|
||||
|
||||
#header {
|
||||
background: #c71585;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue