Difference between revisions of "32v 1m dumpdir"
From Computer History Wiki
(New page: DUMPDIR(1M) UNIX Programmer's Manual DUMPDIR(1M) == NAME == dumpdir - print the names of files on a dump tape == SYNOPSIS == _d_u_m_p_d_i_r [f filename] == ...) |
|||
Line 4: | Line 4: | ||
== NAME == | == NAME == | ||
− | + | dumpdir - print the names of files on a dump tape | |
== SYNOPSIS == | == SYNOPSIS == | ||
− | + | '''dumpdir''' [f filename] | |
== DESCRIPTION == | == DESCRIPTION == | ||
− | + | '''Dumpdir''' is used to read magtapes dumped with the '''dump''' command and list the names and inode numbers of all the files and directories on the tape. | |
− | |||
− | |||
− | + | The f option causes '''filename''' as the name of the tape instead of the default. | |
− | |||
== FILES == | == FILES == | ||
− | + | default tape unit varies with installation rst* | |
− | |||
== SEE ALSO == | == SEE ALSO == | ||
− | + | [[32v 1m dump|dump(1)]], [[32v 1m restor|restor(1)]] | |
== DIAGNOSTICS == | == DIAGNOSTICS == | ||
− | + | If the dump extends over more than one tape, it may ask you to change tapes. Reply with a new-line when the next tape has been mounted. | |
− | |||
− | |||
== BUGS == | == BUGS == | ||
− | + | There is redundant information on the tape that could be used in case of tape reading problems. Unfortunately, '''dump-dir''' doesn't use it. | |
− | |||
− | |||
[[Category:32v man section 1]] | [[Category:32v man section 1]] |
Latest revision as of 20:41, 26 October 2009
DUMPDIR(1M) UNIX Programmer's Manual DUMPDIR(1M)
NAME
dumpdir - print the names of files on a dump tape
SYNOPSIS
dumpdir [f filename]
DESCRIPTION
Dumpdir is used to read magtapes dumped with the dump command and list the names and inode numbers of all the files and directories on the tape.
The f option causes filename as the name of the tape instead of the default.
FILES
default tape unit varies with installation rst*
SEE ALSO
DIAGNOSTICS
If the dump extends over more than one tape, it may ask you to change tapes. Reply with a new-line when the next tape has been mounted.
BUGS
There is redundant information on the tape that could be used in case of tape reading problems. Unfortunately, dump-dir doesn't use it.