From owner-freebsd-isp@FreeBSD.ORG Tue May 27 00:40:50 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 0BD0037B401 for ; Tue, 27 May 2003 00:40:50 -0700 (PDT) Received: from ns3.unixmexico.net (ns3.unixmexico.net [69.10.137.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B9B043F85 for ; Tue, 27 May 2003 00:40:49 -0700 (PDT) (envelope-from nbari@unixmexico.com) Received: (qmail 21621 invoked by uid 85); 27 May 2003 07:41:01 -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.30616 secs); 27 May 2003 07:41:01 -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 07:41:01 -0000 Received: from 148.243.211.187 (SquirrelMail authenticated user nbari@unixmexico.com) by mail.unixmexico.com with HTTP; Tue, 27 May 2003 02:41:01 -0500 (CDT) Message-ID: <2217.148.243.211.187.1054021261.squirrel@mail.unixmexico.com> Date: Tue, 27 May 2003 02:41:01 -0500 (CDT) From: nbari@unixmexico.com To: freebsd-isp@freebsd.org User-Agent: SquirrelMail/1.4.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 Importance: Normal Subject: 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 07:40:50 -0000 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?