From owner-freebsd-questions@FreeBSD.ORG Sun Feb 21 07:45:55 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF75F106566B for ; Sun, 21 Feb 2010 07:45:55 +0000 (UTC) (envelope-from aiza21@comclark.com) Received: from avmxsmtp3.comclark.com (avmxsmtp3.comclark.com [202.69.191.117]) by mx1.freebsd.org (Postfix) with ESMTP id 197948FC14 for ; Sun, 21 Feb 2010 07:45:54 +0000 (UTC) Received: (qmail 2256 invoked by uid 89); 21 Feb 2010 07:26:31 -0000 Received: by simscan 1.3.1 ppid: 2249, pid: 2251, t: 0.0413s scanners: attach: 1.3.1 clamav: 0.91.2/m: Received: from unknown (HELO ?10.0.10.3?) (202.69.173.143) by avmxsmtp3.comclark.com with SMTP; 21 Feb 2010 07:26:31 -0000 Message-ID: <4B80E4AF.3040204@comclark.com> Date: Sun, 21 Feb 2010 15:45:51 +0800 From: Aiza User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Dan Nelson References: <4B80ABBA.9000707@comclark.com> <20100221061449.GK70798@dan.emsphone.com> In-Reply-To: <20100221061449.GK70798@dan.emsphone.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions Subject: Re: Dump questions 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: Sun, 21 Feb 2010 07:45:55 -0000 Dan Nelson wrote: > In the last episode (Feb 21), Aiza said: >> 1. Using the -L flag to create a snapshot of the >> live running file system. >> >> Does this mean that a complete copy of the file >> system is written to .snap directory? > > No; that would be a "copy". Snapshots only copy blocks as they are modified > on the parent filesystem, so their size is determined by how much data is > modified since the snapshot was created. > So how does this interact with the dump process? Dump start reading and writing its dump file and as the live system changes the changes are written to the .snap and when dump completes it overwrites it dump with the changes from the .snap??? How does this process work in detail?