cpio

A GNU archiving program

Description

GNU cpio copies files into or out of a cpio or tar archive.  Archives
are files which contain a collection of other files plus information
about them, such as their file name, owner, timestamps, and access
permissions.  The archive can be another file on the disk, a magnetic
tape, or a pipe.  GNU cpio supports the following archive formats:  binary,
old ASCII, new ASCII, crc, HPUX binary, HPUX old ASCII, old tar and POSIX.1
tar.  By default, cpio creates binary format archives, so that they are
compatible with older cpio programs.  When it is extracting files from
archives, cpio automatically recognizes which kind of archive it is reading
and can read archives created on machines with a different byte-order.

Install cpio if you need a program to manage file archives.
Website: http://www.gnu.org/software/cpio/
License: GPLv3+
Vendor: Baruwa Enterprise Edition https://packages.baruwa.com/
Group: applications/archiving

Packages

cpio-2.10-13.el6_9.x86_64 [191 KiB] Changelog by Pavel Raiskup (2016-08-17):
- store files with big inodes correctly into newc archive (rhbz#1155814)
cpio-2.10-12.el6_5.x86_64 [191 KiB] Changelog by Pavel Raiskup (2014-05-22):
- better check for read() error