summaryrefslogtreecommitdiff
path: root/libarchive/libarchive-2.8.0/doc/html/bsdcpio.1.html
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2023-12-17 16:55:58 +0100
committerTomas Bzatek <tbzatek@redhat.com>2023-12-17 16:55:58 +0100
commitb22a4476a66a913a07d5e80334c0400a9b162206 (patch)
treed896eb5f6f9212b5ef424219c45571ce5f152cc0 /libarchive/libarchive-2.8.0/doc/html/bsdcpio.1.html
parent7592788feb1a8cb79b85e6a9911a206a5d55896d (diff)
downloadtuxcmd-modules-b22a4476a66a913a07d5e80334c0400a9b162206.tar.xz
libarchive: Remove in-tree libarchive package
Libarchive has become a standard package in most distributions, no need to carry the sources along here.
Diffstat (limited to 'libarchive/libarchive-2.8.0/doc/html/bsdcpio.1.html')
-rw-r--r--libarchive/libarchive-2.8.0/doc/html/bsdcpio.1.html519
1 files changed, 0 insertions, 519 deletions
diff --git a/libarchive/libarchive-2.8.0/doc/html/bsdcpio.1.html b/libarchive/libarchive-2.8.0/doc/html/bsdcpio.1.html
deleted file mode 100644
index 951f0e2..0000000
--- a/libarchive/libarchive-2.8.0/doc/html/bsdcpio.1.html
+++ /dev/null
@@ -1,519 +0,0 @@
-<!-- Creator : groff version 1.19.2 -->
-<!-- CreationDate: Thu Feb 4 20:36:41 2010 -->
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
-"http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta name="generator" content="groff -Thtml, see www.gnu.org">
-<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<meta name="Content-Style" content="text/css">
-<style type="text/css">
- p { margin-top: 0; margin-bottom: 0; }
- pre { margin-top: 0; margin-bottom: 0; }
- table { margin-top: 0; margin-bottom: 0; }
-</style>
-<title></title>
-</head>
-<body>
-
-<hr>
-
-
-<p valign="top">BSDCPIO(1) FreeBSD General Commands Manual
-BSDCPIO(1)</p>
-
-<p style="margin-top: 1em" valign="top"><b>NAME</b></p>
-
-<p style="margin-left:8%;"><b>cpio</b> &mdash; copy files
-to and from archives</p>
-
-
-<p style="margin-top: 1em" valign="top"><b>SYNOPSIS</b></p>
-
-<p style="margin-left:15%;"><b>cpio</b> {<b>&minus;i</b>}
-[<i>options</i>] [<i>pattern&nbsp;...</i>]
-[<i>&lt;&nbsp;archive</i>] <b><br>
-cpio</b> {<b>&minus;o</b>} [<i>options</i>] <i>&lt;
-name-list</i> [<i>&gt;&nbsp;archive</i>] <b><br>
-cpio</b> {<b>&minus;p</b>} [<i>options</i>] <i>dest-dir &lt;
-name-list</i></p>
-
-
-<p style="margin-top: 1em" valign="top"><b>DESCRIPTION</b></p>
-
-<p style="margin-left:8%;"><b>cpio</b> copies files between
-archives and directories. This implementation can extract
-from tar, pax, cpio, zip, jar, ar, and ISO 9660 cdrom images
-and can create tar, pax, cpio, ar, and shar archives.</p>
-
-<p style="margin-left:8%; margin-top: 1em">The first option
-to <b>cpio</b> is a mode indicator from the following
-list:</p>
-
-<p valign="top"><b>&minus;i</b></p>
-
-<p style="margin-left:20%; margin-top: 1em">Input. Read an
-archive from standard input (unless overriden) and extract
-the contents to disk or (if the <b>&minus;t</b> option is
-specified) list the contents to standard output. If one or
-more file patterns are specified, only files matching one of
-the patterns will be extracted.</p>
-
-<p valign="top"><b>&minus;o</b></p>
-
-<p style="margin-left:20%; margin-top: 1em">Output. Read a
-list of filenames from standard input and produce a new
-archive on standard output (unless overriden) containing the
-specified items.</p>
-
-<p valign="top"><b>&minus;p</b></p>
-
-<p style="margin-left:20%; margin-top: 1em">Pass-through.
-Read a list of filenames from standard input and copy the
-files to the specified directory.</p>
-
-<p style="margin-top: 1em" valign="top"><b>OPTIONS</b></p>
-
-<p style="margin-left:8%;">Unless specifically stated
-otherwise, options are applicable in all operating
-modes.</p>
-
-
-<p style="margin-top: 1em" valign="top"><b>&minus;0</b></p>
-
-<p style="margin-left:20%; margin-top: 1em">Read filenames
-separated by NUL characters instead of newlines. This is
-necessary if any of the filenames being read might contain
-newlines.</p>
-
-
-<p style="margin-top: 1em" valign="top"><b>&minus;A</b></p>
-
-<p style="margin-left:20%; margin-top: 1em">(o mode only)
-Append to the specified archive. (Not yet implemented.)</p>
-
-
-<p style="margin-top: 1em" valign="top"><b>&minus;a</b></p>
-
-<p style="margin-left:20%; margin-top: 1em">(o and p modes)
-Reset access times on files after they are read.</p>
-
-
-<p style="margin-top: 1em" valign="top"><b>&minus;B</b></p>
-
-<p style="margin-left:20%; margin-top: 1em">(o mode only)
-Block output to records of 5120 bytes.</p>
-
-<p style="margin-top: 1em" valign="top"><b>&minus;C</b>
-<i>size</i></p>
-
-<p style="margin-left:20%;">(o mode only) Block output to
-records of <i>size</i> bytes.</p>
-
-
-<p style="margin-top: 1em" valign="top"><b>&minus;c</b></p>
-
-<p style="margin-left:20%; margin-top: 1em">(o mode only)
-Use the old POSIX portable character format. Equivalent to
-<b>&minus;-format</b> <i>odc</i>.</p>
-
-
-<p style="margin-top: 1em" valign="top"><b>&minus;d</b></p>
-
-<p style="margin-left:20%; margin-top: 1em">(i and p modes)
-Create directories as necessary.</p>
-
-<p style="margin-top: 1em" valign="top"><b>&minus;E</b>
-<i>file</i></p>
-
-<p style="margin-left:20%;">(i mode only) Read list of file
-name patterns from <i>file</i> to list and extract.</p>
-
-<p style="margin-top: 1em" valign="top"><b>&minus;F</b>
-<i>file</i></p>
-
-<p style="margin-left:20%;">Read archive from or write
-archive to <i>file</i>.</p>
-
-<p style="margin-top: 1em" valign="top"><b>&minus;f</b>
-<i>pattern</i></p>
-
-<p style="margin-left:20%;">(i mode only) Ignore files that
-match <i>pattern</i>.</p>
-
-
-<p style="margin-top: 1em" valign="top"><b>&minus;-format</b>
-<i>format</i></p>
-
-<p style="margin-left:20%;">(o mode only) Produce the
-output archive in the specified format. Supported formats
-include:</p>
-
-<p style="margin-top: 1em" valign="top"><i>cpio</i></p>
-
-<p style="margin-left:34%; margin-top: 1em">Synonym for
-<i>odc</i>.</p>
-
-<p valign="top"><i>newc</i></p>
-
-<p style="margin-left:34%; margin-top: 1em">The SVR4
-portable cpio format.</p>
-
-<p valign="top"><i>odc</i></p>
-
-<p style="margin-left:34%; margin-top: 1em">The old POSIX.1
-portable octet-oriented cpio format.</p>
-
-<p valign="top"><i>pax</i></p>
-
-<p style="margin-left:34%; margin-top: 1em">The POSIX.1 pax
-format, an extension of the ustar format.</p>
-
-<p valign="top"><i>ustar</i></p>
-
-<p style="margin-left:34%; margin-top: 1em">The POSIX.1 tar
-format.</p>
-
-<p style="margin-left:20%; margin-top: 1em">The default
-format is <i>odc</i>. See libarchive_formats(5) for more
-complete information about the formats currently supported
-by the underlying libarchive(3) library.</p>
-
-<p style="margin-top: 1em" valign="top"><b>&minus;H</b>
-<i>format</i></p>
-
-<p style="margin-left:20%;">Synonym for
-<b>&minus;-format</b>.</p>
-
-<p style="margin-top: 1em" valign="top"><b>&minus;h</b>,
-<b>&minus;-help</b></p>
-
-<p style="margin-left:20%;">Print usage information.</p>
-
-<p style="margin-top: 1em" valign="top"><b>&minus;I</b>
-<i>file</i></p>
-
-<p style="margin-left:20%;">Read archive from
-<i>file</i>.</p>
-
-
-<p style="margin-top: 1em" valign="top"><b>&minus;i</b></p>
-
-<p style="margin-left:20%; margin-top: 1em">Input mode. See
-above for description.</p>
-
-
-<p style="margin-top: 1em" valign="top"><b>&minus;-insecure</b></p>
-
-<p style="margin-left:20%;">(i and p mode only) Disable
-security checks during extraction or copying. This allows
-extraction via symbolic links and path names containing
-&lsquo;..&rsquo; in the name.</p>
-
-
-<p style="margin-top: 1em" valign="top"><b>&minus;J</b></p>
-
-<p style="margin-left:20%; margin-top: 1em">(o mode only)
-Compress the file with xz-compatible compression before
-writing it. In input mode, this option is ignored; xz
-compression is recognized automatically on input.</p>
-
-
-<p style="margin-top: 1em" valign="top"><b>&minus;j</b></p>
-
-<p style="margin-left:20%; margin-top: 1em">Synonym for
-<b>&minus;y</b>.</p>
-
-
-<p style="margin-top: 1em" valign="top"><b>&minus;L</b></p>
-
-<p style="margin-left:20%; margin-top: 1em">(o and p modes)
-All symbolic links will be followed. Normally, symbolic
-links are archived and copied as symbolic links. With this
-option, the target of the link will be archived or copied
-instead.</p>
-
-
-<p style="margin-top: 1em" valign="top"><b>&minus;l</b></p>
-
-<p style="margin-left:20%; margin-top: 1em">(p mode only)
-Create links from the target directory to the original
-files, instead of copying.</p>
-
-
-<p style="margin-top: 1em" valign="top"><b>&minus;lzma</b></p>
-
-<p style="margin-left:20%; margin-top: 1em">(o mode only)
-Compress the file with lzma-compatible compression before
-writing it. In input mode, this option is ignored; lzma
-compression is recognized automatically on input.</p>
-
-
-<p style="margin-top: 1em" valign="top"><b>&minus;m</b></p>
-
-<p style="margin-left:20%; margin-top: 1em">(i and p modes)
-Set file modification time on created files to match those
-in the source.</p>
-
-
-<p style="margin-top: 1em" valign="top"><b>&minus;n</b></p>
-
-<p style="margin-left:20%; margin-top: 1em">(i mode, only
-with <b>&minus;t</b>) Display numeric uid and gid. By
-default, <b>cpio</b> displays the user and group names when
-they are provided in the archive, or looks up the user and
-group names in the system password database.</p>
-
-
-<p style="margin-top: 1em" valign="top"><b>&minus;no-preserve-owner</b></p>
-
-<p style="margin-left:20%;">(i mode only) Do not attempt to
-restore file ownership. This is the default when run by
-non-root users.</p>
-
-<p style="margin-top: 1em" valign="top"><b>&minus;O</b>
-<i>file</i></p>
-
-<p style="margin-left:20%;">Write archive to
-<i>file</i>.</p>
-
-
-<p style="margin-top: 1em" valign="top"><b>&minus;o</b></p>
-
-<p style="margin-left:20%; margin-top: 1em">Output mode.
-See above for description.</p>
-
-
-<p style="margin-top: 1em" valign="top"><b>&minus;p</b></p>
-
-<p style="margin-left:20%; margin-top: 1em">Pass-through
-mode. See above for description.</p>
-
-
-<p style="margin-top: 1em" valign="top"><b>&minus;preserve-owner</b></p>
-
-<p style="margin-left:20%;">(i mode only) Restore file
-ownership. This is the default when run by the root
-user.</p>
-
-
-<p style="margin-top: 1em" valign="top"><b>&minus;-quiet</b></p>
-
-<p style="margin-left:20%;">Suppress unnecessary
-messages.</p>
-
-<p style="margin-top: 1em" valign="top"><b>&minus;R</b> [
-<br>
-user][ <br>
-:][ <br>
-group]</p>
-
-<p style="margin-left:20%;">Set the owner and/or group on
-files in the output. If group is specified with no user (for
-example, <b>&minus;R</b> <i>:wheel</i>) then the group will
-be set but not the user. If the user is specified with a
-trailing colon and no group (for example, <b>&minus;R</b>
-<i>root:</i>) then the group will be set to the user&rsquo;s
-default group. If the user is specified with no trailing
-colon, then the user will be set but not the group. In
-<b>&minus;i</b> and <b>&minus;p</b> modes, this option can
-only be used by the super-user. (For compatibility, a period
-can be used in place of the colon.)</p>
-
-
-<p style="margin-top: 1em" valign="top"><b>&minus;r</b></p>
-
-<p style="margin-left:20%; margin-top: 1em">(All modes.)
-Rename files interactively. For each file, a prompt is
-written to <i>/dev/tty</i> containing the name of the file
-and a line is read from <i>/dev/tty</i>. If the line read is
-blank, the file is skipped. If the line contains a single
-period, the file is processed normally. Otherwise, the line
-is taken to be the new name of the file.</p>
-
-
-<p style="margin-top: 1em" valign="top"><b>&minus;t</b></p>
-
-<p style="margin-left:20%; margin-top: 1em">(i mode only)
-List the contents of the archive to stdout; do not restore
-the contents to disk.</p>
-
-
-<p style="margin-top: 1em" valign="top"><b>&minus;u</b></p>
-
-<p style="margin-left:20%; margin-top: 1em">(i and p modes)
-Unconditionally overwrite existing files. Ordinarily, an
-older file will not overwrite a newer file on disk.</p>
-
-
-<p style="margin-top: 1em" valign="top"><b>&minus;v</b></p>
-
-<p style="margin-left:20%; margin-top: 1em">Print the name
-of each file to stderr as it is processed. With
-<b>&minus;t</b>, provide a detailed listing of each
-file.</p>
-
-
-<p style="margin-top: 1em" valign="top"><b>&minus;-version</b></p>
-
-<p style="margin-left:20%;">Print the program version
-information and exit.</p>
-
-
-<p style="margin-top: 1em" valign="top"><b>&minus;y</b></p>
-
-<p style="margin-left:20%; margin-top: 1em">(o mode only)
-Compress the archive with bzip2-compatible compression
-before writing it. In input mode, this option is ignored;
-bzip2 compression is recognized automatically on input.</p>
-
-
-<p style="margin-top: 1em" valign="top"><b>&minus;Z</b></p>
-
-<p style="margin-left:20%; margin-top: 1em">(o mode only)
-Compress the archive with compress-compatible compression
-before writing it. In input mode, this option is ignored;
-compression is recognized automatically on input.</p>
-
-
-<p style="margin-top: 1em" valign="top"><b>&minus;z</b></p>
-
-<p style="margin-left:20%; margin-top: 1em">(o mode only)
-Compress the archive with gzip-compatible compression before
-writing it. In input mode, this option is ignored; gzip
-compression is recognized automatically on input.</p>
-
-
-<p style="margin-top: 1em" valign="top"><b>ENVIRONMENT</b></p>
-
-<p style="margin-left:8%;">The following environment
-variables affect the execution of <b>cpio</b>:</p>
-
-<p style="margin-top: 1em" valign="top">LANG</p>
-
-<p style="margin-left:25%; margin-top: 1em">The locale to
-use. See environ(7) for more information.</p>
-
-<p style="margin-top: 1em" valign="top">TZ</p>
-
-<p style="margin-left:25%; margin-top: 1em">The timezone to
-use when displaying dates. See environ(7) for more
-information.</p>
-
-<p style="margin-top: 1em" valign="top"><b>EXIT
-STATUS</b></p>
-
-<p style="margin-left:8%;">The <b>cpio</b> utility
-exits&nbsp;0 on success, and&nbsp;&gt;0 if an error
-occurs.</p>
-
-
-<p style="margin-top: 1em" valign="top"><b>EXAMPLES</b></p>
-
-<p style="margin-left:8%;">The <b>cpio</b> command is
-traditionally used to copy file heirarchies in conjunction
-with the find(1) command. The first example here simply
-copies all files from <i>src</i> to <i>dest</i>:</p>
-
-<p style="margin-left:17%;"><b>find</b> <i>src</i> |
-<b>cpio &minus;pmud</b> <i>dest</i></p>
-
-<p style="margin-left:8%; margin-top: 1em">By carefully
-selecting options to the find(1) command and combining it
-with other standard utilities, it is possible to exercise
-very fine control over which files are copied. This next
-example copies files from <i>src</i> to <i>dest</i> that are
-more than 2 days old and whose names match a particular
-pattern:</p>
-
-<p style="margin-left:17%;"><b>find</b> <i>src</i>
-<b>&minus;mtime</b> <i>+2</i> | <b>grep foo[bar]</b> |
-<b>cpio &minus;pdmu</b> <i>dest</i></p>
-
-<p style="margin-left:8%; margin-top: 1em">This example
-copies files from <i>src</i> to <i>dest</i> that are more
-than 2 days old and which contain the word
-&lsquo;&lsquo;</p>
-
-<p valign="top">foobar &rsquo;&rsquo;:</p>
-
-<p style="margin-left:17%;"><b>find</b> <i>src</i>
-<b>&minus;mtime</b> <i>+2</i> | <b>xargs grep -l foobar</b>
-| <b>cpio &minus;pdmu</b> <i>dest</i></p>
-
-
-<p style="margin-top: 1em" valign="top"><b>COMPATIBILITY</b></p>
-
-<p style="margin-left:8%;">The mode options i, o, and p and
-the options a, B, c, d, f, l, m, r, t, u, and v comply with
-SUSv2.</p>
-
-<p style="margin-left:8%; margin-top: 1em">The old POSIX.1
-standard specified that only <b>&minus;i</b>,
-<b>&minus;o</b>, and <b>&minus;p</b> were interpreted as
-command-line options. Each took a single argument of a list
-of modifier characters. For example, the standard syntax
-allows <b>&minus;imu</b> but does not support
-<b>&minus;miu</b> or <b>&minus;i &minus;m &minus;u</b>,
-since <i>m</i> and <i>u</i> are only modifiers to
-<b>&minus;i</b>, they are not command-line options in their
-own right. The syntax supported by this implementation is
-backwards-compatible with the standard. For best
-compatibility, scripts should limit themselves to the
-standard syntax.</p>
-
-<p style="margin-top: 1em" valign="top"><b>SEE ALSO</b></p>
-
-<p style="margin-left:8%;">bzip2(1), tar(1), gzip(1),
-mt(1), pax(1), libarchive(3), cpio(5),
-libarchive-formats(5), tar(5)</p>
-
-
-<p style="margin-top: 1em" valign="top"><b>STANDARDS</b></p>
-
-<p style="margin-left:8%;">There is no current POSIX
-standard for the cpio command; it appeared in ISO/IEC
-9945-1:1996 (&lsquo;&lsquo;POSIX.1&rsquo;&rsquo;) but was
-dropped from IEEE Std 1003.1-2001
-(&lsquo;&lsquo;POSIX.1&rsquo;&rsquo;).</p>
-
-<p style="margin-left:8%; margin-top: 1em">The cpio, ustar,
-and pax interchange file formats are defined by IEEE Std
-1003.1-2001 (&lsquo;&lsquo;POSIX.1&rsquo;&rsquo;) for the
-pax command.</p>
-
-<p style="margin-top: 1em" valign="top"><b>HISTORY</b></p>
-
-<p style="margin-left:8%;">The original <b>cpio</b> and
-<b>find</b> utilities were written by Dick Haight while
-working in AT&amp;T&rsquo;s Unix Support Group. They first
-appeared in 1977 in PWB/UNIX 1.0, the
-&lsquo;&lsquo;Programmer&rsquo;s Work Bench&rsquo;&rsquo;
-system developed for use within AT&amp;T. They were first
-released outside of AT&amp;T as part of System III Unix in
-1981. As a result, <b>cpio</b> actually predates <b>tar</b>,
-even though it was not well-known outside of AT&amp;T until
-some time later.</p>
-
-<p style="margin-left:8%; margin-top: 1em">This is a
-complete re-implementation based on the libarchive(3)
-library.</p>
-
-<p style="margin-top: 1em" valign="top"><b>BUGS</b></p>
-
-<p style="margin-left:8%;">The cpio archive format has
-several basic limitations: It does not store user and group
-names, only numbers. As a result, it cannot be reliably used
-to transfer files between systems with dissimilar user and
-group numbering. Older cpio formats limit the user and group
-numbers to 16 or 18 bits, which is insufficient for modern
-systems. The cpio archive formats cannot support files over
-4 gigabytes, except for the &lsquo;&lsquo;odc&rsquo;&rsquo;
-variant, which can support files up to 8 gigabytes.</p>
-
-
-<p style="margin-left:8%; margin-top: 1em">FreeBSD&nbsp;8.0
-December&nbsp;21, 2007 FreeBSD&nbsp;8.0</p>
-<hr>
-</body>
-</html>