From owner-freebsd-questions@FreeBSD.ORG Tue Nov 18 01:40:35 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 4CC1D106567E for ; Tue, 18 Nov 2008 01:40:35 +0000 (UTC) (envelope-from ansarm@gmail.com) Received: from hs-out-0708.google.com (hs-out-0708.google.com [64.233.178.250]) by mx1.freebsd.org (Postfix) with ESMTP id F11058FC1C for ; Tue, 18 Nov 2008 01:40:34 +0000 (UTC) (envelope-from ansarm@gmail.com) Received: by hs-out-0708.google.com with SMTP id 54so1203709hsz.11 for ; Mon, 17 Nov 2008 17:40:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:references :in-reply-to:subject:date:message-id:mime-version:content-type :content-transfer-encoding:x-mailer:thread-index:content-language; bh=KyhCLt3/XTi4H7JttyhYXwz0eGhKNXTFI6c5Xmjm6co=; b=WCY2ODPCVK6ndurGbEHB8ziJt60cEk+hdZohiQGIRy7PjMwiYnyjZP3lgG2GQ4dWHf rWXKdxdDeLZBMjbK6UNun+cRZ1KDOJZSewfLQFATOd72BUPBv6dZgj2AmTZyIweSlNyL hVmkWRNc87ZF0hXgYy3g6Z3ofvx+eawgHPyCw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:references:in-reply-to:subject:date:message-id :mime-version:content-type:content-transfer-encoding:x-mailer :thread-index:content-language; b=rPYm6vIhM8cQOxzjI3TzM7WSoBZfD7fEic9Qyxnrr7A0JHOoLi5xdgsio6aAKcoJEF pysBcZVNPK+fk7/2/WeSDFGLAwuiFOW7YyQjhcSHBvpXQXQ1x4bGpvkjWYFu31vWQQ4f 77J66F9/RrGI2pUraYr/iJvMq3b7YDoa4cRSs= Received: by 10.65.241.15 with SMTP id t15mr4441183qbr.8.1226972433123; Mon, 17 Nov 2008 17:40:33 -0800 (PST) Received: from ansarmm2 (206-248-190-95.dsl.teksavvy.com [206.248.190.95]) by mx.google.com with ESMTPS id p9sm7816176qbp.15.2008.11.17.17.40.31 (version=SSLv3 cipher=RC4-MD5); Mon, 17 Nov 2008 17:40:32 -0800 (PST) From: "Ansar Mohammed" To: "'Chuck Swiger'" References: <019501c9491c$84ee6e20$8ecb4a60$@com> In-Reply-To: Date: Mon, 17 Nov 2008 20:40:31 -0500 Message-ID: <019e01c9491e$a4f1b400$eed51c00$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AclJHO2Lo4/QIOkZRyaEgSIP3hvTiAAAZ2Hw Content-Language: en-ca 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:40:35 -0000 Ideally geom would have been perfect, except we cant have more than one host writing to the mirror. > -----Original Message----- > From: Chuck Swiger [mailto:cswiger@mac.com] > Sent: November 17, 2008 8:28 PM > To: Ansar Mohammed > Cc: freebsd-questions@freebsd.org > Subject: Re: realtime network replication > > 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