<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://gunkies.org/index.php?action=history&amp;feed=atom&amp;title=32v_1m_tp</id>
		<title>32v 1m tp - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://gunkies.org/index.php?action=history&amp;feed=atom&amp;title=32v_1m_tp"/>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=32v_1m_tp&amp;action=history"/>
		<updated>2026-05-10T18:59:38Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.1</generator>

	<entry>
		<id>https://gunkies.org/w/index.php?title=32v_1m_tp&amp;diff=7045&amp;oldid=prev</id>
		<title>Neozeed: New page: TP(1)               UNIX Programmer's Manual                TP(1)    == NAME ==      tp - manipulate tape archive  == SYNOPSIS ==      tp [ key ] [ name ... ]  == DESCRIPTION ==      _T_p ...</title>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=32v_1m_tp&amp;diff=7045&amp;oldid=prev"/>
				<updated>2009-10-26T16:36:16Z</updated>
		
		<summary type="html">&lt;p&gt;New page: TP(1)               UNIX Programmer&amp;#039;s Manual                TP(1)    == NAME ==      tp - manipulate tape archive  == SYNOPSIS ==      tp [ key ] [ name ... ]  == DESCRIPTION ==      _T_p ...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;TP(1)               UNIX Programmer's Manual                TP(1)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== NAME ==&lt;br /&gt;
     tp - manipulate tape archive&lt;br /&gt;
&lt;br /&gt;
== SYNOPSIS ==&lt;br /&gt;
     tp [ key ] [ name ... ]&lt;br /&gt;
&lt;br /&gt;
== DESCRIPTION ==&lt;br /&gt;
     _T_p saves and restores files on DECtape or magtape.  Its&lt;br /&gt;
     actions are controlled by the _k_e_y argument.  The key is a&lt;br /&gt;
     string of characters containing at most one function letter&lt;br /&gt;
     and possibly one or more function modifiers.  Other argu-&lt;br /&gt;
     ments to the command are file or directory names specifying&lt;br /&gt;
     which files are to be dumped, restored, or listed.  In all&lt;br /&gt;
     cases, appearance of a directory name refers to the files&lt;br /&gt;
     and (recursively) subdirectories of that directory.&lt;br /&gt;
&lt;br /&gt;
     The function portion of the key is specified by one of the&lt;br /&gt;
     following letters:&lt;br /&gt;
&lt;br /&gt;
     r       The named files are written on the tape.  If files&lt;br /&gt;
             with the same names already exist, they are&lt;br /&gt;
             replaced.  `Same' is determined by string com-&lt;br /&gt;
             parison, so `./abc' can never be the same as&lt;br /&gt;
             `/usr/dmr/abc' even if `/usr/dmr' is the current&lt;br /&gt;
             directory.  If no file argument is given, `.' is the&lt;br /&gt;
             default.&lt;br /&gt;
&lt;br /&gt;
     u       updates the tape.  u is like r, but a file is&lt;br /&gt;
             replaced only if its modification date is later than&lt;br /&gt;
             the date stored on the tape; that is to say, if it&lt;br /&gt;
             has changed since it was dumped.  u is the default&lt;br /&gt;
             command if none is given.&lt;br /&gt;
&lt;br /&gt;
     d       deletes the named files from the tape.  At least one&lt;br /&gt;
             name argument must be given.  This function is not&lt;br /&gt;
             permitted on magtapes.&lt;br /&gt;
&lt;br /&gt;
     x       extracts the named files from the tape to the file&lt;br /&gt;
             system.  The owner and mode are restored.  If no&lt;br /&gt;
             file argument is given, the entire contents of the&lt;br /&gt;
             tape are extracted.&lt;br /&gt;
&lt;br /&gt;
     t       lists the names of the specified files.  If no file&lt;br /&gt;
             argument is given, the entire contents of the tape&lt;br /&gt;
             is listed.&lt;br /&gt;
&lt;br /&gt;
     The following characters may be used in addition to the&lt;br /&gt;
     letter which selects the function desired.&lt;br /&gt;
&lt;br /&gt;
     m         Specifies magtape as opposed to DECtape.&lt;br /&gt;
&lt;br /&gt;
     0,...,7   This modifier selects the drive on which the tape&lt;br /&gt;
               is mounted.  For DECtape, x is default; for&lt;br /&gt;
               magtape `0' is the default.&lt;br /&gt;
&lt;br /&gt;
     v         Normally _t_p does its work silently.  The v (ver-&lt;br /&gt;
               bose) option causes it to type the name of each&lt;br /&gt;
               file it treats preceded by the function letter.&lt;br /&gt;
               With the t function, v gives more information&lt;br /&gt;
               about the tape entries than just the name.&lt;br /&gt;
&lt;br /&gt;
     c         means a fresh dump is being created; the tape&lt;br /&gt;
               directory is cleared before beginning.  Usable&lt;br /&gt;
               only with r and u. This option is assumed with&lt;br /&gt;
               magtape since it is impossible to selectively&lt;br /&gt;
               overwrite magtape.&lt;br /&gt;
&lt;br /&gt;
     i         Errors reading and writing the tape are noted, but&lt;br /&gt;
               no action is taken.  Normally, errors cause a&lt;br /&gt;
               return to the command level.&lt;br /&gt;
&lt;br /&gt;
     f         Use the first named file, rather than a tape, as&lt;br /&gt;
               the archive.  This option is known to work only&lt;br /&gt;
               with x.&lt;br /&gt;
&lt;br /&gt;
     w         causes _t_p to pause before treating each file, type&lt;br /&gt;
               the indicative letter and the file name (as with&lt;br /&gt;
               v) and await the user's response.  Response y&lt;br /&gt;
               means `yes', so the file is treated.  Null&lt;br /&gt;
               response means `no', and the file does not take&lt;br /&gt;
               part in whatever is being done.  Response x means&lt;br /&gt;
               `exit'; the _t_p command terminates immediately.  In&lt;br /&gt;
               the x function, files previously asked about have&lt;br /&gt;
               been extracted already.  With r, u, and d no&lt;br /&gt;
               change has been made to the tape.&lt;br /&gt;
&lt;br /&gt;
== FILES ==&lt;br /&gt;
     /dev/tap?&lt;br /&gt;
     /dev/mt?&lt;br /&gt;
&lt;br /&gt;
== SEE ALSO ==&lt;br /&gt;
     [[32v 1m ar|ar(1)]], [[32v 1m tar|tar(1)]]&lt;br /&gt;
&lt;br /&gt;
== DIAGNOSTICS ==&lt;br /&gt;
     Several; the non-obvious one is `Phase error', which means&lt;br /&gt;
     the file changed after it was selected for dumping but&lt;br /&gt;
     before it was dumped.&lt;br /&gt;
&lt;br /&gt;
== BUGS ==&lt;br /&gt;
     A single file with several links to it is treated like&lt;br /&gt;
     several files.&lt;br /&gt;
&lt;br /&gt;
     Binary-coded control information makes magnetic tapes writ-&lt;br /&gt;
     ten by _t_p difficult to carry to other machines; _t_a_r(1)&lt;br /&gt;
     avoids the problem.&lt;br /&gt;
[[Category:32v man section 1]]&lt;/div&gt;</summary>
		<author><name>Neozeed</name></author>	</entry>

	</feed>