blob: fea8b1753aeb2eff01b883b80728a162656599c6 [file] [log] [blame]
Alistair Delvabeaee832021-02-24 11:27:23 -08001.\" tgz.1
2.\" (c) 2001 Filip Van Raemdonck <mechanix@debian.org>
3.\"
4.\" This manpage is free documentation.
5.\" Permission is granted to copy, distribute and/or modify this document
6.\" under the terms of the GNU Free Documentation License, Version 1.1 or any
7.\" later version published by the Free Software Foundation; with no Invariant
8.\" Sections, no Front-Cover Texts, and no Back Cover Texts.
9.\"
10.\" This is distributed in the hope that it will be useful,
11.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
12.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
13.\"
14.\" You should have received a copy of the GNU Free Documentation License
15.\" along with this program; if not, write to:
16.\" Free Software Foundation, Inc.
17.\" 59 Temple Place - Suite 330
18.\" Boston, MA 02111-1307, USA.
19.\"
20.\"
21.ig
22A copy of the GNU Free Documentation License is available in the
23Debian package in the file /usr/share/doc/mtools/copyright.
24..
25.ig
26A copy of the GNU Free Documentation License is available in the
27Debian source package in the file debian/copyright.
28..
29.TH TGZ "1" "May 2002" "mtools 3.9.8" "Mtools Users Manual"
30.SH NAME
31tgz \- makes a gzip'd tar archive
32.SH SYNOPSIS
33.B tgz
34[
35.I destination
36[
37.I source ...
38] ]
39.SH DESCRIPTION
40Make a gzip'd tar archive with the name of the first parameter out of specified
41files or, if no source files are specified, from everything in the current
42directory.
43If the first parameter is omitted as well, the archive will be written to
44stdout.
45.SH BUGS
46.B tgz
47requires gzip in the user's path.
48It also needs gnu tar or something close due to use of --exclude, --totals
49and -S.
50.SH AUTHOR
51Filip Van Raemdonck (mechanix@debian.org) wrote this page for the
52.I Debian/GNU
53mtools package.
54.SH "SEE ALSO"
55.BR gzip (1),
56.BR tar (1)