From owner-freebsd-questions@FreeBSD.ORG Mon Nov 8 21:58:27 2010 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 A67F4106566B for ; Mon, 8 Nov 2010 21:58:27 +0000 (UTC) (envelope-from gull@gull.us) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 41F788FC21 for ; Mon, 8 Nov 2010 21:58:26 +0000 (UTC) Received: by eyb7 with SMTP id 7so3286612eyb.13 for ; Mon, 08 Nov 2010 13:58:26 -0800 (PST) MIME-Version: 1.0 Received: by 10.213.15.3 with SMTP id i3mr3360164eba.1.1289253505824; Mon, 08 Nov 2010 13:58:25 -0800 (PST) Received: by 10.14.127.1 with HTTP; Mon, 8 Nov 2010 13:58:25 -0800 (PST) X-Originating-IP: [69.91.158.61] In-Reply-To: <4CD85736.1000207@stillbilde.net> References: <20101106203016.GB13095@guilt.hydra> <20101106213836.GA77198@slackbox.erewhon.net> <4CD8194D.7080208@qeng-ho.org> <4CD82081.50309@stillbilde.net> <4CD837C9.6090800@qeng-ho.org> <4CD85736.1000207@stillbilde.net> Date: Mon, 8 Nov 2010 13:58:25 -0800 Message-ID: From: David Brodbeck To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: ZFS License and Future 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: Mon, 08 Nov 2010 21:58:27 -0000 On Mon, Nov 8, 2010 at 12:01 PM, Svein Skogen (Listmail account) wrote: > And I'm ... all too familiar with redundancy strategies (and backups). > Including their shortcomings. Speaking of which: Has there been any > progress on properly backing up ZFS on FreeBSD yet? (including the metadata) I use zetaback on my OpenSolaris systems; I don't know of any reason it wouldn't work on FreeBSD, since it's just using snapshots and zfs send/receive. IMHO it's really only suitable for disaster recovery backups, not archival, though, because zfs send streams are not guaranteed to be compatible between filesystem versions.