File: mxtar.1

package info (click to toggle)
mtools 4.0.23-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,568 kB
  • sloc: ansic: 18,911; sh: 3,457; makefile: 248; sed: 7
file content (48 lines) | stat: -rw-r--r-- 1,175 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
'\" t
.\" ** The above line should force tbl to be a preprocessor **
.\" Man page for mxtar
.\"
.\" Copyright (C), 2003, Luis Bustamante
.\"
.\" You may distribute under the terms of the GNU General Public
.\" License as specified in the file COPYING that comes with the mtools
.\" package
.\"
.\" Mon Mar  3 11:58:15 COT 2003 Luis Bustamante <luferbu@fluidsignal.com>
.\" 
.TH MXTAR 1 "Mon Mar  3 11:58:15 COT 2003" "" "Mtools Users Manual"
.SH NAME
mxtar \- Wrapper for using GNU tar directly from a floppy disk
.SH SYNOPSIS
.\" The command line
.B mxtar 
[
.B \-
]
.I [ tar-options ]
.I file
.SH DESCRIPTION
.B mxtar
let you use GNU \fBtar\fR(1) on a floppy disk without mounting it using
\fBmtools\fR(1).
It is not strictly necessary on Debian GNU/Linux, because the GNU
\fBtar\fR(1) program provides the same capability after copying the
file locally with

.B mcopy
.I file
.I destination

but this utility is provided in the mtools package for other platforms and 
is retained here for completeness.

.SH AUTHOR
Luis Bustamante <luferbu@fluidsignal.com> wrote this page for the
.I Debian/GNU
mtools package.


.SH "SEE ALSO"
.BR mtools (1),
.BR tar (1), 
.BR mcopy (1)