Added lance entry to drivers.conf.
[minix3-old.git] / man / man1 / tar.1
blob3c32e93617ffe4265003413be3b7d9b62a657b44
1 .TH TAR 1
2 .SH NAME
3 tar \- tape archiver
4 .SH SYNOPSIS
5 \fBtar\fR [\fBFcotvxp\fR]\fR [\fBf\fR] \fItarfile \fIfile ...\fR
6 .br
7 .de FL
8 .TP
9 \\fB\\$1\\fR
10 \\$2
12 .de EX
13 .TP 20
14 \\fB\\$1\\fR
15 # \\$2
17 .SH OPTIONS
18 .FL "F" "Force tar to continue after an error"
19 .FL "c" "Create a new archive; add named files"
20 .FL "o" "Set uid/gid to original values on extraction"
21 .FL "f" "Next argument is name of tarfile"
22 .FL "t" "Print a table listing the archive's contents"
23 .FL "v" "Verbose mode-tell what is going on as it happens"
24 .FL "x" "The named files are extracted from the archive"
25 .FL "p" "Restore file modes, ignore creation mask"
26 .FL "D" "Directory only, do not recurse"
27 .SH EXAMPLES
28 .EX "tar c /dev/fd1 ." "Back up current directory to \fI/dev/fd1\fR"
29 .EX "tar xv /dev/fd1 file1 file2" "Extract two files from the archive"
30 .EX "tar cf \- . | (cd dest; tar xf \-)" "Copy current directory to \fIdest\fR"
31 .SH DESCRIPTION
32 .PP
33 \fITar\fR is a POSIX-compatible archiver, except that it does not use tape.
34 It's primary advantage over
35 .I ar
36 is that the 
37 .I tar
38 format is somewhat more standardized than the
39 .I ar 
40 format, making it theoretically possible to transport 
41 \s-1MINIX 3\s-1
42 files to another computer, but do not bet on it.
43 If the target machine runs
44 \&MS-DOS ,
45 try
46 .I doswrite .
47 .SH "SEE ALSO"
48 .BR compress (1),
49 .BR vol (1).
50 .\" minor correction ASW 2005-01-15