From owner-freebsd-questions@FreeBSD.ORG Tue Nov 18 01:28:12 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB3181065670 for ; Tue, 18 Nov 2008 01:28:12 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout019.mac.com (asmtpout019.mac.com [17.148.16.94]) by mx1.freebsd.org (Postfix) with ESMTP id B66FE8FC12 for ; Tue, 18 Nov 2008 01:28:12 +0000 (UTC) (envelope-from cswiger@mac.com) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Received: from cswiger1.apple.com ([17.227.140.124]) by asmtp019.mac.com (Sun Java(tm) System Messaging Server 6.3-7.03 (built Aug 7 2008; 32bit)) with ESMTPSA id <0KAI00HGV9F0JM20@asmtp019.mac.com> for freebsd-questions@freebsd.org; Mon, 17 Nov 2008 17:28:12 -0800 (PST) Message-id: From: Chuck Swiger To: Ansar Mohammed In-reply-to: <019501c9491c$84ee6e20$8ecb4a60$@com> Date: Mon, 17 Nov 2008 17:28:11 -0800 References: <019501c9491c$84ee6e20$8ecb4a60$@com> X-Mailer: Apple Mail (2.929.2) Cc: freebsd-questions@freebsd.org Subject: Re: realtime network replication X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2008 01:28:12 -0000 On Nov 17, 2008, at 5:25 PM, Ansar Mohammed wrote: > I need to replicate /home between two freebsd servers in real time (no > scheduled rsyncs) What are my options? Most people use a network file system (ie, NFS, Samba/CIFS, etc) for this sort of thing.... -- -Chuck