From owner-freebsd-questions@FreeBSD.ORG Tue Jan 25 21:36:32 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 CF43216A4CE for ; Tue, 25 Jan 2005 21:36:32 +0000 (GMT) Received: from luzifer.incubus.de (incubus.de [80.237.207.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8670843D1D for ; Tue, 25 Jan 2005 21:36:32 +0000 (GMT) (envelope-from mkb@incubus.de) Received: from [192.168.2.10] (pD9542FCF.dip.t-dialin.net [217.84.47.207]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by luzifer.incubus.de (Postfix) with ESMTP id 8111930F61; Tue, 25 Jan 2005 22:37:47 +0100 (CET) Message-ID: <41F6BBE3.3090909@incubus.de> Date: Tue, 25 Jan 2005 22:36:35 +0100 From: Matthias Buelow User-Agent: Mozilla Thunderbird 0.9 (X11/20041124) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jerry McAllister References: <200501251710.j0PHARC28090@clunix.cl.msu.edu> In-Reply-To: <200501251710.j0PHARC28090@clunix.cl.msu.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: Peterhin cc: freebsd-questions@freebsd.org Subject: Re: Partition Size X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jan 2005 21:36:32 -0000 Jerry McAllister wrote: > This 'rest of the disk' should be divided up into chunks that can > be dump(8)ed to one backup media if possible. Otherwise you will > get sloppy and not do backups because it is harder. Since there is a What kind of nonsense is this? I've never heard about such an advise, and it doesn't make sense to me. Surely dumping a filesystem to multiple tapes isn't more, most likely less, effort than dumping n filesystems to one tape each. The only case this doesn't hold is when you're using amanda, but that's hardly a home setup, and comes with a special backup discipline anyways. Actually, I doubt that many people use tape backup at home, considering how outrageously expensive the stuff is, and the inexpensiveness of usb disks these days, which are a lot easier to handle than tapes. mkb.