Undocumented dump feature

Sid Stuart sid at linus.UUCP
Thu Mar 29 01:58:05 AEST 1984


The dump program on our 4.1 bsd system has the undocumented feature that
it can be given a path name instead of a filesystem name. The path name must
be a directory entry in fstab, dump looks in fstab to get the raw filesystem
name. For example, if I have the following line in /etc/fstab,

/dev/up0h:/va:rw:1:2

Then the following to calls to dump have the same effect.


dump 0u /dev/rup0h

dump 0u /va

This is a nice feature if you have your dumps set up in a shell script
for an operator to use. When you have a head crash (we have had two in the
last month) you do not need to rewrite the script when the system is
reconfigured.


				sid at LINUS.UUCP



More information about the Comp.unix.wizards mailing list