I have a full SCO 5.05 backup on tape. I need to restore some application from the tape to a SCO 5.07 server. The backup was made off of a boot and root floppy with the following cpio command
find . -depth -print | cpio -ocvB -C10240 > /dev/rStp0
I have tried restoring with this:
cpio -icvmadu "/oai*"</dev/rStp0
but all that I get is block sizes and it doesn't extract anything.
I limited in my knowledge of SCO any help would be greatly appreciated. I just need the cpio command set to restore my /oai directoty.
Thanks
find . -depth -print | cpio -ocvB -C10240 > /dev/rStp0
I have tried restoring with this:
cpio -icvmadu "/oai*"</dev/rStp0
but all that I get is block sizes and it doesn't extract anything.
I limited in my knowledge of SCO any help would be greatly appreciated. I just need the cpio command set to restore my /oai directoty.
Thanks