Difference between revisions of "32v 1m dumpdir"

From Computer History Wiki
Jump to: navigation, search
(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
+
dumpdir - print the names of files on a dump tape
  
 
== SYNOPSIS ==
 
== SYNOPSIS ==
    _d_u_m_p_d_i_r [f filename]
+
'''dumpdir''' [f filename]
  
 
== DESCRIPTION ==
 
== DESCRIPTION ==
    _D_u_m_p_d_i_r is used to read magtapes dumped with the _d_u_m_p com-
+
'''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.
    mand and list the names and inode numbers of all the files
 
    and directories on the tape.
 
  
    The f option causes _f_i_l_e_n_a_m_e as the name of the tape instead
+
The f option causes '''filename''' as the name of the tape instead of the default.
    of the default.
 
  
 
== FILES ==
 
== FILES ==
    default tape unit varies with installation
+
default tape unit varies with installation rst*
    rst*
 
  
 
== SEE ALSO ==
 
== SEE ALSO ==
    [[32v 1m dump|dump(1)]], [[32v 1m restor|restor(1)]]
+
[[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
+
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.
    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
+
There is redundant information on the tape that could be used in case of tape reading problems.  Unfortunately, '''dump-dir''' doesn't use it.
    used in case of tape reading problems.  Unfortunately, _d_u_m_p_-
 
    _d_i_r doesn't use it.
 
  
 
[[Category:32v man section 1]]
 
[[Category:32v man section 1]]

Latest revision as of 21: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

dump(1), restor(1)

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.