blob: 8fc11abea62dedf5c47405baf8127c210aa73fcd [file] [log] [blame]
Alistair Delvabeaee832021-02-24 11:27:23 -08001'\" t
2.\" ** The above line should force tbl to be a preprocessor **
3.\" Man page for mxtar
4.\"
5.\" Copyright (C), 2003, Luis Bustamante
6.\"
7.\" You may distribute under the terms of the GNU General Public
8.\" License as specified in the file COPYING that comes with the mtools
9.\" package
10.\"
11.\" Mon Mar 3 11:58:15 COT 2003 Luis Bustamante <luferbu@fluidsignal.com>
12.\"
13.TH MXTAR 1 "Mon Mar 3 11:58:15 COT 2003" "" "Mtools Users Manual"
14.SH NAME
15mxtar \- Wrapper for using GNU tar directly from a floppy disk
16.SH SYNOPSIS
17.\" The command line
18.B mxtar
19[
20.B \-
21]
22.I [ tar-options ]
23.I file
24.SH DESCRIPTION
25.B mxtar
26let you use GNU \fBtar\fR(1) on a floppy disk without mounting it using
27\fBmtools\fR(1).
28It is not strictly necessary on Debian GNU/Linux, because the GNU
29\fBtar\fR(1) program provides the same capability after copying the
30file locally with
31
32.B mcopy
33.I file
34.I destination
35
36but this utility is provided in the mtools package for other platforms and
37is retained here for completeness.
38
39.SH AUTHOR
40Luis Bustamante <luferbu@fluidsignal.com> wrote this page for the
41.I Debian/GNU
42mtools package.
43
44
45.SH "SEE ALSO"
46.BR mtools (1),
47.BR tar (1),
48.BR mcopy (1)