From owner-freebsd-questions@FreeBSD.ORG Tue Nov 18 01:25:22 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 637D91065678 for ; Tue, 18 Nov 2008 01:25:22 +0000 (UTC) (envelope-from ansarm@gmail.com) Received: from rn-out-0910.google.com (rn-out-0910.google.com [64.233.170.189]) by mx1.freebsd.org (Postfix) with ESMTP id 148828FC20 for ; Tue, 18 Nov 2008 01:25:21 +0000 (UTC) (envelope-from ansarm@gmail.com) Received: by rn-out-0910.google.com with SMTP id j71so2708070rne.12 for ; Mon, 17 Nov 2008 17:25:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :message-id:mime-version:content-type:x-mailer:thread-index :content-language; bh=ML8Rbg8nazpE6z6GL/xqHVwSR0g1x4tPPaNUxwS3s6E=; b=MuU7GEAGtfvCWmRoXR8I1I4hXUaQJywi0I24ydV+Qv5qdabTlizBQaFNcoPKS20VD9 AQzy19AkM/KiFfofA2VukbgM8C4+AbjxvmyVHC8nZbvsjHChlqqSnrs1+KOGmhlcAb6R QupMvy0ewV3pSc9efikncy2IxY0SkfZADQQmk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:mime-version:content-type:x-mailer :thread-index:content-language; b=cq2zzzFWoCwt5vXL9VopVmAAx2W6MLhXbLYydZS5rI8ppFTAy6zHOureR2hV84koh/ fnH1j82d8dcCjbsYWtw6Msos2LKD6k6q70+K8fomcyPg0vOgYnbt6nUwZO0LD2ny/ksx wLtBY9CziJU5cCckQjhSdpxQ27J48VJvFXskE= Received: by 10.65.204.2 with SMTP id g2mr136381qbq.45.1226971520396; Mon, 17 Nov 2008 17:25:20 -0800 (PST) Received: from ansarmm2 (206-248-190-95.dsl.teksavvy.com [206.248.190.95]) by mx.google.com with ESMTPS id 27sm7796908qbw.0.2008.11.17.17.25.19 (version=SSLv3 cipher=RC4-MD5); Mon, 17 Nov 2008 17:25:19 -0800 (PST) From: "Ansar Mohammed" To: Date: Mon, 17 Nov 2008 20:25:18 -0500 Message-ID: <019501c9491c$84ee6e20$8ecb4a60$@com> MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AclJHIQEmYaz76hnQI2lqX8KDeUGbw== Content-Language: en-ca Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 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:25:22 -0000 Hello all, I need to replicate /home between two freebsd servers in real time (no scheduled rsyncs) What are my options?