A GNU archiving program http://www.gnu.org/software/cpio/
Go to file
2024-01-05 21:32:01 +01:00
cpio-2.9-cve_2007_4476.patch automatic update by autodist [release 2.11-1mamba;Tue Jun 22 2010] 2024-01-05 21:32:01 +01:00
cpio-2.10-mt.patch automatic update by autodist [release 2.11-1mamba;Tue Jun 22 2010] 2024-01-05 21:32:01 +01:00
cpio-2.11-fix-x86_64-cross-build.patch automatic update by autodist [release 2.11-1mamba;Tue Jun 22 2010] 2024-01-05 21:32:01 +01:00
cpio.spec rebuilt with debug package and gcc 10 build fix [release 2.13-2mamba;Sun Dec 06 2020] 2024-01-05 21:32:01 +01:00
README.md automatic update by autodist [release 2.11-1mamba;Tue Jun 22 2010] 2024-01-05 21:32:01 +01:00

cpio

GNU cpio copies files into or out of a cpio or tar archive. 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, POSIX.1 tar. The tar format is provided for compatability with the tar program. By default, cpio creates binary format archives, for compatibility with older cpio programs. When extracting from archives, cpio automatically recognizes which kind of archive it is reading and can read archives created on machines with a different byte-order.