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...

Reply via email to