less -> more
[unix-history] / usr / src / usr.bin / tcopy / tcopy.1
CommitLineData
c238008e 1.\" Copyright (c) 1985 Regents of the University of California.
5f1166a1 2.\" All rights reserved.
c238008e 3.\"
5f1166a1 4.\" Redistribution and use in source and binary forms are permitted
57a981eb
KB
5.\" provided that the above copyright notice and this paragraph are
6.\" duplicated in all such forms and that any documentation,
7.\" advertising materials, and other materials related to such
8.\" distribution and use acknowledge that the software was developed
9.\" by the University of California, Berkeley. The name of the
10.\" University may not be used to endorse or promote products derived
11.\" from this software without specific prior written permission.
12.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
13.\" IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
14.\" WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
5f1166a1 15.\"
57a981eb 16.\" @(#)tcopy.1 6.3 (Berkeley) %G%
c238008e
JB
17.\"
18.TH TCOPY 1 ""
19.UC 6
20.SH NAME
5f1166a1 21tcopy \- copy and/or verify mag tapes
c238008e 22.SH SYNOPSIS
5f1166a1
KB
23.B tcopy
24[ -cv ] [ -s maxblk ] [src [ dest ]]
c238008e
JB
25.br
26.SH DESCRIPTION
5f1166a1
KB
27\fITcopy\fP is designed to copy magnetic tapes. The only assumption made
28about the tape is that there are two tape marks at the end. \fITcopy\fP
29with only a source tape (\fBrmt0\fP by default) specified will print
30information about the sizes of records and tape files. If a destination
31is specified a copy will be made of the source tape. The blocking on the
32destination tape will be identical to that used on the source tape. Copying
33a tape will yield the same output as if just printing the sizes.
34.PP
35The \fB-s\fP option allows you to specify a maximum block size. The \fB-v\fP
36option verifies that two tapes are identical. The \fB-c\fP option does
37the copy and then verifies that the two tapes are identical.
c238008e
JB
38.SH "SEE ALSO"
39mtio(4)