Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jul 2007 10:06:49 +0700
From:      Victor Sudakov <vas@mpeks.tomsk.su>
To:        freebsd-questions@freebsd.org
Subject:   Re: dump -L
Message-ID:  <20070725030649.GA15507@admin.sibptus.tomsk.ru>
In-Reply-To: <44d4yh3evo.fsf@be-well.ilk.org>
References:  <20070724115401.GA1355@admin.sibptus.tomsk.ru> <20070724134431.GA57022@epia-2.farid-hajji.net> <20070724145215.GA3087@admin.sibptus.tomsk.ru> <44d4yh3evo.fsf@be-well.ilk.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Lowell Gilbert wrote:
> >> > What is it?
> >> 
> >> I don't know. Perhaps it is the inode of the snapshot file
> >> itself?
> >
> > "find -inum" does not support this assumtion.
> 
> Do you mean that you can't find the file at all in the snapshot?

Here is an example for you:


$ restore -rNf test.dmp
./var/db/entropy/saved-entropy.1: (inode 1887715) not found on tape
expected next file 259101, got 11
$ restore -tvf test.dmp | grep 259101
Level 0 dump of / on test.sibptus.tomsk.ru:/dev/ad0s1a
Label: none
leaf    259101  ./usr/share/tmac/m.tmac
$ restore -tvf test.dmp | grep " 11"
Level 0 dump of / on test.sibptus.tomsk.ru:/dev/ad0s1a
Label: none
dir    1130496  ./media
$

This means that 

1. "/var/db/entropy/saved-entropy.1" was not dumped for some reason, though
   "-L" was given during the dump.
2. File with inode number 11 is not in the dump.

-- 
Victor Sudakov,  VAS4-RIPE, VAS47-RIPN
sip:sudakov@sibptus.tomsk.ru



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070725030649.GA15507>