BSD 4_3_Tahoe development
[unix-history] / usr / man / cat1 / tp.0
TP(1) UNIX Programmer's Manual TP(1)
N\bNA\bAM\bME\bE
tp - manipulate tape archive
S\bSY\bYN\bNO\bOP\bPS\bSI\bIS\bS
t\btp\bp [ key ] [ name ... ]
D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
_\bT_\bp saves and restores files on DECtape or magtape. Its
actions are controlled by the _\bk_\be_\by argument. The key is a
string of characters containing at most one function letter
and possibly one or more function modifiers. Other argu-
ments to the command are file or directory names specifying
which files are to be dumped, restored, or listed. In all
cases, appearance of a directory name refers to the files
and (recursively) subdirectories of that directory.
The function portion of the key is specified by one of the
following letters:
r\br The named files are written on the tape. If files
with the same names already exist, they are
replaced. `Same' is determined by string com-
parison, so `./abc' can never be the same as
`/usr/dmr/abc' even if `/usr/dmr' is the current
directory. If no file argument is given, `.\b.' is the
default.
u\bu updates the tape. u\bu is like r\br,\b, but a file is
replaced only if its modification date is later than
the date stored on the tape; that is to say, if it
has changed since it was dumped. u\bu is the default
command if none is given.
d\bd deletes the named files from the tape. At least one
name argument must be given. This function is not
permitted on magtapes.
x\bx extracts the named files from the tape to the file
system. The owner and mode are restored. If no
file argument is given, the entire contents of the
tape are extracted.
t\bt lists the names of the specified files. If no file
argument is given, the entire contents of the tape
is listed.
The following characters may be used in addition to the
letter which selects the function desired.
m\bm Specifies magtape as opposed to DECtape.
0\b0,\b,.\b..\b..\b.,\b,7\b7 This modifier selects the drive on which the tape
Printed 7/9/88 April 29, 1985 1
TP(1) UNIX Programmer's Manual TP(1)
is mounted. For DECtape, x\bx is default; for
magtape `0' is the default.
v\bv Normally _\bt_\bp does its work silently. The v\bv (ver-
bose) option causes it to type the name of each
file it treats preceded by the function letter.
With the t\bt function, v\bv gives more information
about the tape entries than just the name.
c\bc means a fresh dump is being created; the tape
directory is cleared before beginning. Usable
only with r\br and u\bu.\b. This option is assumed with
magtape since it is impossible to selectively
overwrite magtape.
i\bi Errors reading and writing the tape are noted, but
no action is taken. Normally, errors cause a
return to the command level.
f\bf Use the first named file, rather than a tape, as
the archive. This option currently acts like m\bm;
_\bi._\be. r\br implies c\bc, and neither d\bd nor u\bu are permit-
ted.
w\bw causes _\bt_\bp to pause before treating each file, type
the indicative letter and the file name (as with
v\bv) and await the user's response. Response y\by
means `yes', so the file is treated. Null
response means `no', and the file does not take
part in whatever is being done. Response x\bx means
`exit'; the _\bt_\bp command terminates immediately. In
the x\bx function, files previously asked about have
been extracted already. With r\br,\b, u\bu,\b, and d\bd no
change has been made to the tape.
F\bFI\bIL\bLE\bES\bS
/dev/tap?
/dev/rmt?
S\bSE\bEE\bE A\bAL\bLS\bSO\bO
ar(1), tar(1)
D\bDI\bIA\bAG\bGN\bNO\bOS\bST\bTI\bIC\bCS\bS
Several; the non-obvious one is `Phase error', which means
the file changed after it was selected for dumping but
before it was dumped.
B\bBU\bUG\bGS\bS
A single file with several links to it is treated like
several files.
Printed 7/9/88 April 29, 1985 2
TP(1) UNIX Programmer's Manual TP(1)
Binary-coded control information makes magnetic tapes writ-
ten by _\bt_\bp difficult to carry to other machines; _\bt_\ba_\br(1)
avoids the problem.
Printed 7/9/88 April 29, 1985 3