I have successfully been able to back up or rsync servers to other locations. I need to be-able to sync both ways so the files can be changed on either server? Any advise would be appricated. Lenny __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/
On Mon, Feb 24, 2003 at 08:13:15PM -0800, Len Sh wrote:> I need to be-able to sync both ways so the files can be changed on > either server?I recommend using the program "unison" for this -- I find it to be indispensable. ..wayne..
--- In rsync@yahoogroups.com, Wayne Davison <wayned@u...> wrote:> On Mon, Feb 24, 2003 at 08:13:15PM -0800, Len Sh wrote: > > I need to be-able to sync both ways so the files can be changed on > > either server? > > I recommend using the program "unison" for this -- I find it to be > indispensable.Why not just use rsync as mentioned in the FAQ for this? rsync --update source target rsync --update target source This will propagate the latest file to both the machines