From owner-freebsd-questions@FreeBSD.ORG Tue Nov 18 01:32:09 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 09941106564A for ; Tue, 18 Nov 2008 01:32:09 +0000 (UTC) (envelope-from ansarm@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.29]) by mx1.freebsd.org (Postfix) with ESMTP id B1C498FC16 for ; Tue, 18 Nov 2008 01:32:08 +0000 (UTC) (envelope-from ansarm@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so1140689yxb.13 for ; Mon, 17 Nov 2008 17:32:08 -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=J0pdlKGi7+6YMCAiwhKaV70xQkqbgblZq6suVR+0zdo=; b=TpGJGfWPvDrxYXJ+g/uxd1hCBRNSfycT4GCY67xPJk9Ip6yvxZ4BzOpk+7EI/OrihT bnIVOcjJW8ZMd+ceiP8CFx8oBfLraMJgq1Kn/HDz4Z2sO/p2xdt67t/AkGpbXLh2aqDv +5HB3y7T0YZ+y5t+a7vIkCAR8AlREsGpu4Zww= 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=CEOz6ZmXAmeCzwY4lZLgozxPRa+/KasxDXq70jqR/Hq1Weoq9CZxlZkeojW0nvXz0B v06DZkC29DESNJcMgvHiG2IkZeee0mNUq/OJ5LxRF80C6Z1LV5BVRWe2MWNkW/pbg9rk tQUCKRoN9KGciLvlGiLuzW118BVrM4gLvK5UY= Received: by 10.65.214.19 with SMTP id r19mr4425564qbq.20.1226971927456; Mon, 17 Nov 2008 17:32:07 -0800 (PST) Received: from ansarmm2 (206-248-190-95.dsl.teksavvy.com [206.248.190.95]) by mx.google.com with ESMTPS id p27sm7821122qbp.16.2008.11.17.17.32.06 (version=SSLv3 cipher=RC4-MD5); Mon, 17 Nov 2008 17:32:06 -0800 (PST) From: "Ansar Mohammed" To: "'Chuck Swiger'" References: <019501c9491c$84ee6e20$8ecb4a60$@com> In-Reply-To: Date: Mon, 17 Nov 2008 20:32:05 -0500 Message-ID: <019d01c9491d$778b0ad0$66a12070$@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/QIOkZRyaEgSIP3hvTiAAAFqAg 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:32:09 -0000 Ok, I have /home on one server, I need to REPLICATE /home to another server in realtime. Kinda like a mirror, but over a network. I don't want to use rsync because its not realtime. > -----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