NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Prob using CPIO



Should be like this:
find . -print -depth | cpio -ov > tree.cpio # to make the cpio
And like this to extract:
cpio -idv < tree.cpio

xuser%sdf.org@localhost
SDF Public Access UNIX System - http://sdf.org

On Mon, 1 Jan 2024, Todd Gruhn wrote:

I zip up much  music:

  find . -depth -print | cpio -ov > file.cpio

To unzip it , I must undo *cpio severa times severa times:

  cpio -iv < file.cpio

Am I messing this up somehow? The *.cpio file is about 250MB...



Home | Main Index | Thread Index | Old Index