Date: Thu, 17 May 2012 12:52:04 +0100 From: Mike Clarke <jmc-freebsd2@milibyte.co.uk> To: freebsd-questions@freebsd.org Cc: Matthias Petermann <matthias@d2ux.net> Subject: Re: Filesystem dump incremental? Message-ID: <201205171252.04519.jmc-freebsd2@milibyte.co.uk> In-Reply-To: <4FB4D7AB.9030200@d2ux.net> References: <4FB4D7AB.9030200@d2ux.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205171252.04519.jmc-freebsd2>