From owner-freebsd-questions@FreeBSD.ORG Fri Aug 19 16:26:43 2005 Return-Path: X-Original-To: questions@freebsd.org 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 636FE16A41F for ; Fri, 19 Aug 2005 16:26:43 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27F5F43D45 for ; Fri, 19 Aug 2005 16:26:43 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (Xserve/8.12.11/smtpout10/MantshX 4.0) with ESMTP id j7JGQf3R004695; Fri, 19 Aug 2005 09:26:41 -0700 (PDT) Received: from [10.1.1.209] (nfw2.codefab.com [199.103.21.225] (may be forged)) (authenticated bits=0) by mac.com (Xserve/smtpin07/MantshX 4.0) with ESMTP id j7JGQdLZ001650; Fri, 19 Aug 2005 09:26:40 -0700 (PDT) In-Reply-To: <4305F92C.9080001@dial.pipex.com> References: <20050819141535.GA62513@lohi.local> <4305F92C.9080001@dial.pipex.com> Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Fri, 19 Aug 2005 12:26:34 -0400 To: Alex Zbyslaw X-Mailer: Apple Mail (2.734) Cc: Ilari Laitinen , questions@freebsd.org Subject: Re: dump(8), incremental backups, Tower of Hanoi sequence, don't get it 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: Fri, 19 Aug 2005 16:26:43 -0000 On Aug 19, 2005, at 11:22 AM, Alex Zbyslaw wrote: [ ...a good explanation snipped... ] > Personally I use a much shorter sequence: 0 1 3 2 1 3 2 1 3 2. But > that's because I don't usually change vast amounts of data. > > I would also consider doing your backups daily, not weekly as your > example suggests. The timing of full backups depends on how busy > your machine is. Anything from weekly to quarterly. Start with something even easier: Do a full-level-0 once per week, or once per month. Do level-1 incrementals daily. Change this to something fancier if you're using too much tape, but this is easy to understand.... -- -Chuck