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

Re: AW: Backup format to ISO?



Bill Davidsen <davidsen@tmr.com> wrote:

> Unfortunately the rooted backups are cpio format:
>   find / -depth -print0 | cpio -oBa0 -Hcrc >/dev/tape
> where they should be:
>   cd / && find . -depth -print0 | cpio -oBa0 -Hcrc >/dev/tape
>
> And there's no documented way to use tar on a cpio file, although cpio
> will read many tar files. The real issue is not how to do the unpack, but
> how to NOT do the unpack at all.

Sure? 
Star reads cpio files the same way as it does with tar archives.

BTW: the CPIO archive format is dead and not extensible to the future or even 
the present. The archive format for today and the future is "pax" which 
is a POSIX.1-2001 TAR extension.

Jörg

-- 
 EMail:joerg@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
       js@cs.tu-berlin.de		(uni)  If you don't have iso-8859-1
       schilling@fokus.fraunhofer.de	(work) chars I am J"org Schilling
 URL:  http://www.fokus.fraunhofer.de/usr/schilling ftp://ftp.berlios.de/pub/schily



Reply to: