robert030975
MIS
- Oct 17, 2006
- 227
I have just found out that one of our backups uses cpio!!
Could anyone give me some as I'm a little stuck!!
cd live systems mkdir robd this will be the dir I want to restore the file to.
cd robd
the backup uses block size
cpio -ictv -C32768 < /dev/st0 | grep jv-ediinp
is this the correct way to list the file you want??
cpio -icdv -C32768 < /dev/st0 | grep jv-ediinp
to restore?
Thanks
Robert
Could anyone give me some as I'm a little stuck!!
cd live systems mkdir robd this will be the dir I want to restore the file to.
cd robd
the backup uses block size
cpio -ictv -C32768 < /dev/st0 | grep jv-ediinp
is this the correct way to list the file you want??
cpio -icdv -C32768 < /dev/st0 | grep jv-ediinp
to restore?
Thanks
Robert