From owner-freebsd-questions@FreeBSD.ORG Mon Apr 4 22:50:56 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 8E6A916A4CF; Mon, 4 Apr 2005 22:50:56 +0000 (GMT) Received: from skipjack.no-such-agency.net (skipjack.no-such-agency.net [64.142.114.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27B0C43D67; Mon, 4 Apr 2005 22:50:56 +0000 (GMT) (envelope-from jpp@cloudview.com) Received: from skipjack.no-such-agency.net (localhost [127.0.0.1]) by skipjack.no-such-agency.net (Postfix) with ESMTP id 81C4F34DA11; Mon, 4 Apr 2005 15:50:55 -0700 (PDT) Received: from [192.168.2.120] (blackhole.no-such-agency.net [64.142.103.196]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by skipjack.no-such-agency.net (Postfix) with ESMTP id BA9B134DA0F; Mon, 4 Apr 2005 15:50:54 -0700 (PDT) Message-ID: <4251C4CE.7030906@cloudview.com> Date: Mon, 04 Apr 2005 15:50:54 -0700 From: John Pettitt User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Justin Bennett References: <4251C00E.1050108@z-axis.com> In-Reply-To: <4251C00E.1050108@z-axis.com> X-Enigmail-Version: 0.90.1.1 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-AV-Checked: by skipjack cc: FreeBSD Hackers cc: FreeBSD Questions Subject: Re: iSCSI (revisited?) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Apr 2005 22:50:56 -0000 Justin Bennett wrote: > All, > > I was wondering what people thought of iSCSI and FreeBSD. Is it a > viable option for creating SANs? > > I want to move away from tape backups, and have numerous production > FreeBSD machines that I need to back up data from. > > Any other ideas for a disk to disk backup solution that people have used? > > Thanks, > > Justin > For disk-to-disk backup take a look at BackupPC (don't let the name fool you it supports *nix clients). The nice thing about BackupPC is it does file pooling which saves *a lot* of space. John