From owner-freebsd-questions@FreeBSD.ORG Thu May 24 07:16:36 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0BDCF16A46F for ; Thu, 24 May 2007 07:16:36 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id DC96113C468 for ; Thu, 24 May 2007 07:16:34 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id l4O7GV2C033723 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 24 May 2007 14:16:31 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id l4O7GUAh042454; Thu, 24 May 2007 14:16:30 +0700 (ICT) Date: Thu, 24 May 2007 14:16:30 +0700 (ICT) Message-Id: <200705240716.l4O7GUAh042454@banyan.cs.ait.ac.th> From: Olivier Nicole To: jason+lists.freebsd-questions@lixfeld.ca In-reply-to: <031D3633-5CE3-4962-961A-F879C3CF1949@lixfeld.ca> (message from Jason Lixfeld on Thu, 24 May 2007 03:10:43 -0400) References: <28E0DBBA-BB24-4D6B-AE65-07EB5254025C@lixfeld.ca> <23E233D0-EBD1-4779-8334-8124031CDD64@lafn.org> <031D3633-5CE3-4962-961A-F879C3CF1949@lixfeld.ca> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: Backup advice 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: Thu, 24 May 2007 07:16:36 -0000 > 2 x system space would be enough for a full dump plus plenty of > increments, I'd say. No? Is there a rule of thumb? 3x? 4x? That depends how much your file system change. If every ficle change befor the incremental run, dump 1 will be equal to dump 2, and 2x will be enough for just dump0 and dump 1. There is no rule. Olivier