dump(8) estimates, help.
Kjell Eriksson
kjelle at erialfa.UUCP
Wed Feb 17 22:51:39 AEST 1988
How does dump(8) calculate the number of blocks it will use for a backup?
My OS is SunOS 3.2 (a BSD derivative).
After reading through dump(5) I thought the following would be close:
2 (for the TS_TAPE + TS_END blocks)
+ 2 * ( 1 + (nnumber of inodes / 1024))
+ for each used and new inode 1 + the number of allocated blocks +
one extra block per 0.5 MB
To the modified inodes you have to add the directories leading to the
modified inodes.
I dump only regular, directory, block and character special and symbolic
link inodes.
My estimate is more than 10% lower than dump(8)s so
what have I forgotten?
No, I don't have access to the dump source.
Yes I know. I could do 'dump | script >size.of.dump' but I want the values
for all 10 levels.
No, my dump doesn't have the '-e' flag for estimate.
Thanks in advance.
Kjell E.
--
Kjell Eriksson Phone: + 46 8 7937844 Telefax: 7509851
Ericsson Information Systems AB Telex: 15968 ericki s
S-163 98 Stockholm UUCP: ...!mcvax!enea!erix!erialfa!kjelle
SWEDEN kjelle at erialfa.UUCP
More information about the Comp.unix.wizards
mailing list