From owner-freebsd-questions@FreeBSD.ORG Thu Mar 3 06:31:18 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3E1516A4CE for ; Thu, 3 Mar 2005 06:31:18 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6644543D46 for ; Thu, 3 Mar 2005 06:31:18 +0000 (GMT) (envelope-from linicks@gmail.com) Received: by rproxy.gmail.com with SMTP id 34so275620rns for ; Wed, 02 Mar 2005 22:31:18 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=RFRW4e+MGbiozn9UdFM7byAai1sAK98HWATTntCCxMVrauxbD5u3mZZ4LYqrH/ZMKjPj8zKxr75TQgp5kVXGk55orkXbsC+1Ktkrc/vnCpauEbvZmSCUO2r0TdCOuV8YI9jDL4VQ9SsJtnu1c8nU0n2Va/aztX8GeJvnoe9qkGM= Received: by 10.38.8.39 with SMTP id 39mr237152rnh; Wed, 02 Mar 2005 22:31:17 -0800 (PST) Received: by 10.38.8.69 with HTTP; Wed, 2 Mar 2005 22:31:17 -0800 (PST) Message-ID: Date: Wed, 2 Mar 2005 23:31:17 -0700 From: Nick Pavlica To: FreeBSD questions Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Cluster File System / Replicated File System X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Nick Pavlica List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Mar 2005 06:31:18 -0000 All, I'm trying to set up a group of redundant scp servers to back up my data. I was thinking that a cluster of servers with replicated file systems would provide the redundancy that I would like. I have a fair amount of data and would like to be able to grow the storage as my backups increase. Is there a cluster and or file system replication method that meets these requirements in FreeBSD? Your help is appreciated! --Nick