From owner-freebsd-questions@FreeBSD.ORG Tue Feb 25 20:08:33 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 36816A6F for ; Tue, 25 Feb 2014 20:08:33 +0000 (UTC) Received: from mail-vc0-x231.google.com (mail-vc0-x231.google.com [IPv6:2607:f8b0:400c:c03::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E308E1332 for ; Tue, 25 Feb 2014 20:08:32 +0000 (UTC) Received: by mail-vc0-f177.google.com with SMTP id if11so7793551vcb.36 for ; Tue, 25 Feb 2014 12:08:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:cc :content-type; bh=it5tPOg5TojdNbB+7JxhUqNISegY/Qwcr32imGaH8O4=; b=iF1GWow7SmvKfbdCiVwbjpg1mYcTH35n2fcrkHOy9ZayRBN2Xl7ORj8P9hCoMsEbBS hxc+DU9KYss+5yVpc+q35Mr8Hhut3BiVn6ClkjEYarQzEK6p18Vkpx5akCJ7vLPVATzE V8nvrJtwUWTlYK/33ayFvEvHKMLd3iZrg/Fn65DxS+fx1iXO4/DXhYiJ9Rc+3lVqni0P ObAlD9L/CEaQ5vIL7fFYw3URnwhLnfZ55BKCQQ8MrbVCpY1Rvjqr89rDIeedyZWZcRRz dwa9fO+Ubzcy+v/U240W7h5jbtt4iAaODrojpwXNZmm3Vo+xjoeKxu5r+T/cBMJ3/AOj GsiA== X-Received: by 10.220.53.66 with SMTP id l2mr1187682vcg.33.1393358912030; Tue, 25 Feb 2014 12:08:32 -0800 (PST) MIME-Version: 1.0 Received: by 10.59.10.202 with HTTP; Tue, 25 Feb 2014 12:08:01 -0800 (PST) In-Reply-To: References: From: Matthias Gamsjager Date: Tue, 25 Feb 2014 21:08:01 +0100 Message-ID: Subject: Re: Determine if two ZFS snapshots on different machines are identical Cc: freebsd-questions Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 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: Tue, 25 Feb 2014 20:08:33 -0000 Interesting problem. Some sort of hash of the snapshot would be nice.