Subject: Re: dump - still have a problem
To: None <netbsd-users@netbsd.org>
From: Takahiro Kambe <taca@sky.yamashina.kyoto.jp>
List: netbsd-users
Date: 02/24/2001 21:57:07
In message <20010224115746.A16048@localhost>
	on Sat, 24 Feb 2001 11:57:46 +0100,
	Bernd Sieker <bsieker@freenet.de> wrote:
> > > dump -h 0 -0 -B 5000000 -k 64 -L "root-backup" -u /
> > Specify raw device file instead of root directory.
> 
> That doesn't makek a difference if the directory given is really the
> fs's mount point and the filesystem is listed in fstab. Then dump
> dumps the raw device instead.
Oh, exactly!  I've forgot it.

> However, this seems to fail for lfs. dump_lfs tries to read mount
That's different topic from original problem.

> > > dump -h 0 -0 -B 5000000 -k 64 -L "root-backup" -u /
I find that wojtek uses DAT from his past mail.  Then it may improve
the speed that specify block size with -b option.

# dump -h 0 -0 -B 5000000 -b 100 -L "root-backup" -u /

How about this?

--
Takahiro Kambe <taca@sky.yamashina.kyoto.jp>