On 9/7/07, Jean-Louis Martineau <[EMAIL PROTECTED]> wrote: > You must remove the first 32k bytes of each files > > for i in `ls -1 alva._home.4*`; do dd if=$i bs=32k skip=1 >> wholedump.0; done > > and run tar directly on wholedump.0, may need to be uncompressed.
That worked. Thank you for your help. Josh Kelley