From owner-freebsd-questions@FreeBSD.ORG Thu May 17 11:55:15 2012 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 E371E106566B for ; Thu, 17 May 2012 11:55:15 +0000 (UTC) (envelope-from jmc-freebsd2@milibyte.co.uk) Received: from avasout07.plus.net (avasout07.plus.net [84.93.230.235]) by mx1.freebsd.org (Postfix) with ESMTP id 5D7908FC16 for ; Thu, 17 May 2012 11:55:15 +0000 (UTC) Received: from curlew.milibyte.co.uk ([84.92.153.232]) by avasout07 with smtp id Azs51j002516WCc01zs6SV; Thu, 17 May 2012 12:52:06 +0100 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.0 cv=VpKh8pKn c=1 sm=1 a=lfSX4pPLp9EkufIcToJk/A==:17 a=rLpCYgkgFLgA:10 a=3DT9u2tE-lgA:10 a=ZTb9aqGL9YkA:10 a=8nJEP1OIZ-IA:10 a=BwMATOqURqXqyrdYpoYA:9 a=wPNLvfGTeEIA:10 a=lfSX4pPLp9EkufIcToJk/A==:117 Received: by curlew.milibyte.co.uk with local (Exim 4.77) (envelope-from ) id 1SUzFU-0001Bk-Mo; Thu, 17 May 2012 12:52:04 +0100 From: Mike Clarke To: freebsd-questions@freebsd.org Date: Thu, 17 May 2012 12:52:04 +0100 User-Agent: KMail/1.9.10 References: <4FB4D7AB.9030200@d2ux.net> In-Reply-To: <4FB4D7AB.9030200@d2ux.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <201205171252.04519.jmc-freebsd2@milibyte.co.uk> X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: jmc-freebsd2@milibyte.co.uk X-SA-Exim-Scanned: No (on curlew.milibyte.co.uk); SAEximRunCond expanded to false Cc: Matthias Petermann Subject: Re: Filesystem dump incremental? 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, 17 May 2012 11:55:16 -0000 On Thursday 17 May 2012, Matthias Petermann wrote: > dump -a -1 -f /mnt/da0/backup-compaq.1.dump / Try a new full backup with dump -0aLuf /mnt/da0/backup-compaq.1.dump / then for the incremental use dump -1aLuf /mnt/da0/backup-compaq.1.dump / The option you're missing is "u", but "L" is worth using as well when you're backing up a mounted filesystem. You could hack the contents of /etc/dumpdates to avoid having to repeat the level zero dump if you know the date and time when the original one was started. -- Mike Clarke