Date: Tue, 27 May 2003 03:22:39 -0500 (CDT) From: nbari@unixmexico.com To: "Ian Clarke" <ian@digitalinscription.net> Cc: freebsd-isp@freebsd.org Subject: Re: replicating data over 2 servers Message-ID: <2404.148.243.211.187.1054023759.squirrel@mail.unixmexico.com> In-Reply-To: <1054021870.3ed318ee732fb@www.digitalinscription.net> References: <2217.148.243.211.187.1054021261.squirrel@mail.unixmexico.com> <1054021870.3ed318ee732fb@www.digitalinscription.net>
next in thread | previous in thread | raw e-mail | index | archive | help
the problem when using rsync in both servers is that if data on server A is updated, and data on server B is updated at the same time, there is a chance to lost data. If a user writes to a file on server A and then rsyn is executed data will be lost, and so if a users writees on server B an rsync tryis to fecth from server A data will be lost how about usind coda? or another tool for replication txt files? thanks. > rsync sounds like it'd fit your problem. It's in the ports collection in > the net > category > > Cheers > > Ian > > > Quoting nbari@unixmexico.com: > >> hi all, i have to servers (A, B) with round robin DNS, users enter to >> server A and server B and they write to a txt file, how can i sync the >> file from both server so it can be always the same? for example if a >> user >> enter to server A and modify some data, replicate that modification to >> server B so when user enter to server B he can see his changes, and the >> same if user modify a file on server B, replicate that file to server A, >> any idea? >> >> _______________________________________________ >> freebsd-isp@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-isp >> To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org" >> > > > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2404.148.243.211.187.1054023759.squirrel>