marcmcconnell
Technical User
I have backup up several raw devices to tape using the dd command:
dd if=/dev/rXXXXXX ibs=64k of=/dev/rmt0.1 obs=64k
dd if=/dev/rXXXXXX2 ibs=64k of=/dev/rmt0.1 obs=64k
How can I read the tape to see what has been backed up? I have tried tcopy, but this only lists the files without their names.
Also what dd command would I use to restore these raw devices?
dd if=/dev/rXXXXXX ibs=64k of=/dev/rmt0.1 obs=64k
dd if=/dev/rXXXXXX2 ibs=64k of=/dev/rmt0.1 obs=64k
How can I read the tape to see what has been backed up? I have tried tcopy, but this only lists the files without their names.
Also what dd command would I use to restore these raw devices?