Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site linus.UUCP Path: utzoo!linus!sid From: sid@linus.UUCP (Sid Stuart) Newsgroups: net.unix-wizards Subject: Undocumented dump feature Message-ID: <844@linus.UUCP> Date: Wed, 28-Mar-84 10:58:05 EST Article-I.D.: linus.844 Posted: Wed Mar 28 10:58:05 1984 Date-Received: Sat, 31-Mar-84 22:00:48 EST Organization: MITRE Corp., Bedford MA Lines: 21 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@LINUS.UUCP