From owner-freebsd-questions@FreeBSD.ORG Wed Feb 26 16:57:13 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5EBF8B69 for ; Wed, 26 Feb 2014 16:57:13 +0000 (UTC) Received: from mail-ig0-x229.google.com (mail-ig0-x229.google.com [IPv6:2607:f8b0:4001:c05::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2D6BA1F8F for ; Wed, 26 Feb 2014 16:57:13 +0000 (UTC) Received: by mail-ig0-f169.google.com with SMTP id hl1so2540222igb.0 for ; Wed, 26 Feb 2014 08:57:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=XD7ytSaeN37FE4f0NcGqUreDikm/vnMVOMwq0J4X8n0=; b=M8sOwvDgWVY9wO7kJwKz61r6iOIJ9BomgW3HZVAyKpUtAR5Ki/Pl36d67b72uLriVz ExPi+32nC/0fxb2NVTF79HTo5kCN+38L/z3nbkxWJaQTMrWQkruCta6XWHCGGie9k1cu xZTEqpz4Hf3EWkV+wwKsJF+aPtQtBPJA0POrRSc6Jxm4zem7yMAFFwGE2/rWcQSOs7XB Ih3lyLurAuK9REpsc1A2p2HxuCk+32CwhDtoDLChfWni059zvx6TWP029xq+a/a6xKTL pPASY2uW6NY9Zqccclx8YQlAgrQRgfFLsN+ncUWgkd9fzO9snCrNqT+eJldkRMG6eJ1b 18Sw== MIME-Version: 1.0 X-Received: by 10.42.185.140 with SMTP id co12mr291051icb.87.1393433832588; Wed, 26 Feb 2014 08:57:12 -0800 (PST) Received: by 10.43.157.66 with HTTP; Wed, 26 Feb 2014 08:57:12 -0800 (PST) In-Reply-To: <20140226115617.1a420457@fabiankeil.de> References: <20140226115617.1a420457@fabiankeil.de> Date: Wed, 26 Feb 2014 08:57:12 -0800 Message-ID: Subject: Re: Determine if two ZFS snapshots on different machines are identical From: Chris Stankevitz To: freebsd-questions Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Feb 2014 16:57:13 -0000 On Wed, Feb 26, 2014 at 2:56 AM, Fabian Keil wrote: > You can compare the "toguids" shown by zstreamdump. Perfect, thank you! Chris