From owner-freebsd-questions@FreeBSD.ORG Mon Feb 7 09:52:35 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78E7D16A4CE for ; Mon, 7 Feb 2005 09:52:35 +0000 (GMT) Received: from fri.itea.ntnu.no (fri.itea.ntnu.no [129.241.7.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id D90FC43D2F for ; Mon, 7 Feb 2005 09:52:34 +0000 (GMT) (envelope-from svein-freebsd-questions@theloosingend.net) Received: from localhost (localhost [127.0.0.1]) by fri.itea.ntnu.no (Postfix) with ESMTP id E79367F3E for ; Mon, 7 Feb 2005 10:52:33 +0100 (CET) Received: from maren.thelosingend.net (m190d.studby.ntnu.no [129.241.131.190]) by fri.itea.ntnu.no (Postfix) with SMTP for ; Mon, 7 Feb 2005 10:52:29 +0100 (CET) Received: (qmail 89857 invoked by uid 1001); 7 Feb 2005 09:52:28 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 7 Feb 2005 09:52:28 -0000 Date: Mon, 7 Feb 2005 10:52:28 +0100 (CET) From: Svein Halvor Halvorsen X-X-Sender: sveinhal@maren.thelosingend.net To: Gert Cuykens In-Reply-To: Message-ID: <20050207104828.N88241@maren.thelosingend.net> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Content-Scanned: with sophos and spamassassin at mailgw.ntnu.no. cc: freebsd-questions@freebsd.org Subject: Re: .snap X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Feb 2005 09:52:35 -0000 * Gert Cuykens [2005-02-07 00:32 +0100] > What are .snap directories ? Take a look at these references: - mksnap_ffs(8) - dump(8) [under the -L option] - mount(8) [under the -o snapshot option] - /usr/src/sys/ufs/ffs/README.snapshot Svein Halvor