From owner-freebsd-questions@FreeBSD.ORG Tue Dec 16 20:36:22 2008 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 96F861065672 for ; Tue, 16 Dec 2008 20:36:22 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail2.sea5.speakeasy.net (mail2.sea5.speakeasy.net [69.17.117.4]) by mx1.freebsd.org (Postfix) with ESMTP id 757BB8FC0C for ; Tue, 16 Dec 2008 20:36:22 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 32026 invoked from network); 16 Dec 2008 20:36:22 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail2.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 16 Dec 2008 20:36:21 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 539345084D; Tue, 16 Dec 2008 15:36:20 -0500 (EST) To: Bernard Dugas References: <4947B8AB.7000304@dugas-family.org> From: Lowell Gilbert Date: Tue, 16 Dec 2008 15:36:20 -0500 In-Reply-To: <4947B8AB.7000304@dugas-family.org> (Bernard Dugas's message of "Tue\, 16 Dec 2008 15\:18\:19 +0100") Message-ID: <44k59zg8mz.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Extracting changed files list from snapshot 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: Tue, 16 Dec 2008 20:36:22 -0000 Bernard Dugas writes: > I want to extract the list of files changed between 2 snapshots, to be > able to do efficient backups. > > Any idea where to find a document about snapshots internal structure ? > > Or if you know any port that already do this :-? An easier way would be to generate an mtree(1) description for each snapshot, and using that to compare against other snapshots. You have to mount the snapshot for that, though... -- Lowell Gilbert, embedded/networking software engineer, Boston area http://be-well.ilk.org/~lowell/