afio

Creates cpio-format archives with advanced features and flexibility

brewmacoslinux
Try with needOr install directly
Source

About

Creates cpio-format archives

Commands

afio

Examples

Create a cpio archive from files in current directory$ find . -type f | afio -o archive.cpio
Extract files from a cpio archive$ afio -i archive.cpio
Create a compressed cpio archive using gzip$ find . -type f | afio -o -Z archive.cpio.gz