Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!linus!philabs!seismo!hao!hplabs!sri-unix!rsm@brl-bmd
From: rsm%brl-bmd@sri-unix.UUCP
Newsgroups: net.unix-wizards
Subject: Re:  Backups Done During Multi User
Message-ID: <3229@sri-arpa.UUCP>
Date: Mon, 25-Jul-83 02:45:11 EDT
Article-I.D.: sri-arpa.3229
Posted: Mon Jul 25 02:45:11 1983
Date-Received: Thu, 21-Jul-83 14:58:35 EDT
Lines: 19

From:      Robert S. Miles 

Kirk McKusick's response to this question during the 4.2 BSD
File Systems Tutorial at the Toronto USENIX Conference last week:

	"If you want consistent dumps -- dump single user."

Because DUMP uses the raw disk and goes tracing along indirect
block pointers it can get confused if the file it is dumping
changes while the dump is in progress.  If a block which DUMP
believes to be an indirect block no longer has valid indirect
addressing data in it then the results are unpredictable.  This
is true of all the file system utilities -- their results are
not to be trusted when they are run on active file systems!

Therefore the safest way to do dumps is with the system down
(or at very least with the file system unmounted.)

				-Bob Miles, rsm@BRL