From owner-freebsd-questions@FreeBSD.ORG Mon Feb 7 18:04:02 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 BE0A416A4CE for ; Mon, 7 Feb 2005 18:04:02 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id C916F43D48 for ; Mon, 7 Feb 2005 18:04:00 +0000 (GMT) (envelope-from gert.cuykens@gmail.com) Received: by rproxy.gmail.com with SMTP id f1so786387rne for ; Mon, 07 Feb 2005 10:03:56 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=MHBOMlH3AYIVTSz1fgZU6X0/f2SQ1F8V1RolWlVC/GHJxusVpale1tAIVjX9PkcU71xnrJgblQL7ZwOZz/BlptBsH8cbVzSAiJfG8N3LhJcV2kOdj7tFLFrdRxvPlrS9lbv7+eUJ7KdtJVvZjeSg97ARI8VvAgMUAoYv4kpH8S8= Received: by 10.38.151.39 with SMTP id y39mr112929rnd; Mon, 07 Feb 2005 10:03:56 -0800 (PST) Received: by 10.38.74.23 with HTTP; Mon, 7 Feb 2005 10:03:56 -0800 (PST) Message-ID: Date: Mon, 7 Feb 2005 19:03:56 +0100 From: Gert Cuykens To: questions@freebsd.org In-Reply-To: <20050207104828.N88241@maren.thelosingend.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20050207104828.N88241@maren.thelosingend.net> cc: freebsd-questions@freebsd.org Subject: Re: .snap X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gert Cuykens List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Feb 2005 18:04:02 -0000 On Mon, 7 Feb 2005 10:52:28 +0100 (CET), Svein Halvor Halvorsen wrote: > > * 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 > So that means i can delete the directories right :) What is a snapshot of a filesystem ? How big is a snapshot for example of a 8gb hd ? What is the difference between a snapshot and a bacup image of the hd ?