From owner-freebsd-questions@FreeBSD.ORG Sun May 31 09:19:22 2009 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 411EA106564A for ; Sun, 31 May 2009 09:19:22 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 774D28FC0A for ; Sun, 31 May 2009 09:19:21 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id n4V9JBoN023553; Sun, 31 May 2009 11:19:11 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id n4V9JAJi023550; Sun, 31 May 2009 11:19:10 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sun, 31 May 2009 11:19:10 +0200 (CEST) From: Wojciech Puchar To: Polytropon In-Reply-To: <20090531110847.3df9d2db.freebsd@edvax.de> Message-ID: References: <20090530213535.f117d3a3.freebsd@edvax.de> <4ad871310905301555k68cb3acekb488852142bd02aa@mail.gmail.com> <20090531012203.ac9e5f67.freebsd@edvax.de> <20090531104713.4412726b.freebsd@edvax.de> <20090531110847.3df9d2db.freebsd@edvax.de> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Glen Barber , "freebsd-questions@freebsd.org" Subject: Re: Deinstall software 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, 31 May 2009 09:19:22 -0000 > One exception: The creation of different partitions according > to different uses can (but doesn't neccessarily have to) be > useful if partition-wise dumps are required or intended. As > you know, there are advantages and disadvantages. There can This is only adventage - to use dump. Anyway - do someone use dump (not tar or similar) on terabyte-sized partition. For me it never succeeded, even if it dumps successfully produced output could be unrestorable. After getting this twice i stayed away from this great (but nonworking) tool. Backup tool that are not 100% sure is not a backup tool. with tar, rsync, whatever - partitioning no longer matters as they work on file/directory abstraction level.