From owner-freebsd-fs@FreeBSD.ORG Sun Aug 1 19:52:30 2010 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34C5E106566B for ; Sun, 1 Aug 2010 19:52:30 +0000 (UTC) (envelope-from zbeeble@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id DDE508FC20 for ; Sun, 1 Aug 2010 19:52:29 +0000 (UTC) Received: by qwk3 with SMTP id 3so1349190qwk.13 for ; Sun, 01 Aug 2010 12:52:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=sM7L2NtL9r7TpI1Y/xF7ahigX+H2Jxv6ZyLFvCmgj8U=; b=ISzxbYitqCS00sO1Xa29MFkuvpurLAfxRvSUOqJV47wqnqaoET/+LcA8jB3MJrDO2i 86e4MqVYKq3udBj5Q+pdHu6nN18ErqwvXpGAOuzsbXSnbDDh+/qp101iRbs6cv6OIKua GRcIlDVJKtfMV/DKS/XMBenK785OJm5eSRgSg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=WHYYSH5XoX5u1zX7kDAwLjm6OogjgLdsHiHmXDQPw5HbaphzoutcbL/j006hE3gTNg njssCpVBKNU5JmnSj/BP3hnTBdma3AR9wu8VTxVufdu0pj+N5pZBPWdeMScPMhqFFLfz yMW32zDUkK8mvv/VU2vJ4J3D2FdeBKmJ7BGNk= MIME-Version: 1.0 Received: by 10.220.124.193 with SMTP id v1mr1747319vcr.220.1280690553292; Sun, 01 Aug 2010 12:22:33 -0700 (PDT) Received: by 10.220.188.4 with HTTP; Sun, 1 Aug 2010 12:22:33 -0700 (PDT) In-Reply-To: References: Date: Sun, 1 Aug 2010 15:22:33 -0400 Message-ID: From: Zaphod Beeblebrox To: Steven Hartland Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-fs@freebsd.org Subject: Re: ZFS diff support on FreeBSD X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2010 19:52:30 -0000 On Sun, Aug 1, 2010 at 2:58 PM, Steven Hartland wrote: > I cant seem to track down the correlation of various ZFS features > that are present in Solaris and the corresponding FreeBSD versions. > > I'm interested in the zfs diff command. Could anyone tell me where > this info is, or do they know off hand when we're likely to see this > added to the FreeBSD implementation of zfs? > > http://arc.opensolaris.org/caselog/PSARC/2010/105/20100328_tim.haley This sounds pretty much exactly like diffdir (just applied in a script to snapshots).