-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
tardemux.1
52 lines (52 loc) · 1.75 KB
/
tardemux.1
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
49
50
51
52
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
.TH TARMUX "1" "January 2020" "tarmux 1.0.4" "User Commands"
.SH NAME
tarmux \- Demultiplex streams using tar file fragments.
.SH SYNOPSIS
.B tardemux
[\fI\,-f streamname\/\fR] [\fI\,-a\/\fR] [\fI\,-r\/\fR] [\fI\,file1\/\fR] [\fI\,file2\/\fR] [...]
.SH DESCRIPTION
This tool demultiplexes streams that have been multiplexed by the
tarmux tool. It expects a series of tar files containing sparse file
fragments that are unpacked and written to form the original stream.
.PP
In the simplest form, tardemux reads a stream from stdin, unpacks the
stream and writes the first stream to stdout, leaving additional data
intact. This allows tardemux to be run again to extract a further
stream.
.PP
If file parameters are specified, the stream is expected to contain
entries matching these files parameters. The fragments will be unpacked
and written to the given paths.
.TP
\fB\-f\fR name, \fB\-\-file\fR=\fI\,name\/\fR
The name of the input files from which tar
streams will be read, defaults to stdin. Can be specified more
than once.
.TP
\fB\-a\fR
Unpack all pathnames in a stream to individual files.
.TP
\fB\-r\fR
Treat the incoming stream as a raw compressed stream rather
than a tar stream.
.TP
[file1] [...]
Optional files/pipes expected in the tar stream.
Data will be demultiplexed and written to each file/pipe. If this
file/pipe exists, data will be written to the existing file.
.PP
This tool is based on libarchive, and is licensed under the Apache License,
Version 2.0.
.SH "SEE ALSO"
The full documentation for
.B tarmux
is maintained as a Texinfo manual. If the
.B info
and
.B tarmux
programs are properly installed at your site, the command
.IP
.B info tarmux
.PP
should give you access to the complete manual.