From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 15:23:22 2011 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 B6E41106566B for ; Mon, 5 Sep 2011 15:23:22 +0000 (UTC) (envelope-from fbsd@brightstar.bomgardner.net) Received: from brightstar.bomgardner.net (brightstar.bomgardner.net [209.240.79.79]) by mx1.freebsd.org (Postfix) with ESMTP id 886188FC0C for ; Mon, 5 Sep 2011 15:23:22 +0000 (UTC) Received: from brightstar.bomgardner.net (localhost [127.0.0.1]) by brightstar.bomgardner.net (Postfix) with ESMTP id 46E8C23E; Mon, 5 Sep 2011 10:23:32 -0500 (CDT) From: "Gene" To: Daniel Staal , Freebsd Questions Date: Mon, 5 Sep 2011 10:23:32 -0500 Message-Id: <20110905152046.M44028@brightstar.bomgardner.net> In-Reply-To: <0FE472B72B858F5A6EF0FD01@mac-pro.magehandbook.com> References: <20110905130325.M78491@brightstar.bomgardner.net> <0FE472B72B858F5A6EF0FD01@mac-pro.magehandbook.com> X-Mailer: OpenWebMail 2.53 X-OriginatingIP: 127.0.0.1 (fbsd) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: Subject: Re: Help Finding ZFS snapshots 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, 05 Sep 2011 15:23:22 -0000 On Mon, 05 Sep 2011 10:48:22 -0400, Daniel Staal wrote > --As of September 5, 2011 8:13:52 AM -0500, Gene is alleged to have said: > > > Using FreeBSD 8.1, amd64 - I wanted to recover files from a snapshot of > > usr/home. Everything I've found via googling refers to a link such as > > "path/zfs/.snapshot" > > --As for the rest, it is mine. > > Try "path/.zfs". ;) > > (Which, on my system, then has a 'snapshot' directory, which holds > all the snapshots.) > > Daniel T. Staal > No such luck. The following: cd / ls -R | grep -i "zfs" finds only 'zfs' directories in the source tree and ports. Other ideas? I know the snapshots exist, I can see 'em with "zfs list -t snapshot".