From owner-freebsd-isp@FreeBSD.ORG Tue May 27 00:51:17 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 00AFF37B401 for ; Tue, 27 May 2003 00:51:17 -0700 (PDT) Received: from platypus.globalnamehost.com (platypus.globalnamehost.com [209.123.134.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B4CD43FBD for ; Tue, 27 May 2003 00:51:16 -0700 (PDT) (envelope-from cpanel@platypus.globalnamehost.com) Received: from cpanel by platypus.globalnamehost.com with local (Exim 3.36 #1) id 19KZEk-0003I5-00; Tue, 27 May 2003 07:51:10 +0000 Received: from 127.0.0.1 ( [127.0.0.1]) as user digital@localhost by www.digitalinscription.net with HTTP; Tue, 27 May 2003 17:51:10 +1000 Message-ID: <1054021870.3ed318ee732fb@www.digitalinscription.net> Date: Tue, 27 May 2003 17:51:10 +1000 From: Ian Clarke To: nbari@unixmexico.com References: <2217.148.243.211.187.1054021261.squirrel@mail.unixmexico.com> In-Reply-To: <2217.148.243.211.187.1054021261.squirrel@mail.unixmexico.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.1 X-Originating-IP: 127.0.0.1 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - platypus.globalnamehost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [32001 32001] / [32001 32001] X-AntiAbuse: Sender Address Domain - platypus.globalnamehost.com 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 07:51:17 -0000 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" >