On Thu, Jul 28, 2016 at 12:28 PM, Abhijit Roy <[email protected]> wrote: > > > Dear sir, > > Can you please help us to tell how to configure ha proxy with auto > matic syncronization of data as we have 2 intranet servers one is > main & another is backup so we want to configure haproxy for load > balancing between them,as we have already configured haproxy to > navigate either 2 servers when a request come against the webserver > it will pass through the haproxy but will you please help us > regarding auto replication between 2 servers or you can say it auto > updates. > > -- > Abhijit Roy > > Jr. Computer Engineer > > Satyendra Nath Bose National Centre for Basic Sciences > Block-JD, Sector-III, Salt Lake, Kolkata-700 098 > Mobile: 9903481889 >
On Linux, I use incron in combination with unison to replicate configs across multiple servers http://inotify.aiken.cz/?section=incron&page=about&lang=en https://www.cis.upenn.edu/~bcpierce/unison/ Cheers

