From owner-freebsd-isp@FreeBSD.ORG Tue May 27 01:22:29 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 948AF37B401 for ; Tue, 27 May 2003 01:22:29 -0700 (PDT) Received: from ns3.unixmexico.net (ns3.unixmexico.net [69.10.137.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6E1543F75 for ; Tue, 27 May 2003 01:22:28 -0700 (PDT) (envelope-from nbari@unixmexico.com) Received: (qmail 22184 invoked by uid 85); 27 May 2003 08:22:39 -0000 Received: from nbari@unixmexico.com by ns3.unixmexico.net by uid 82 with qmail-scanner-1.16 (hbedv: 6.19.0.3/6.19.0.13. Clear:. Processed in 0.314044 secs); 27 May 2003 08:22:39 -0000 Received: from ns3.unixmexico.net (HELO mail.unixmexico.com) ([69.10.137.124]) (envelope-sender ) by ns3.unixmexico.net (qmail-ldap-1.03) with SMTP for ; 27 May 2003 08:22:39 -0000 Received: from 148.243.211.187 (SquirrelMail authenticated user nbari@unixmexico.com) by mail.unixmexico.com with HTTP; Tue, 27 May 2003 03:22:39 -0500 (CDT) 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> Date: Tue, 27 May 2003 03:22:39 -0500 (CDT) From: nbari@unixmexico.com To: "Ian Clarke" User-Agent: SquirrelMail/1.4.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 Importance: Normal cc: freebsd-isp@freebsd.org Subject: Re: replicating data over 2 servers X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2003 08:22:29 -0000 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" >> > > > >