HELP!!!

Soldato
Joined
6 Jan 2006
Posts
4,663
Location
Newcastle
Im using unix (solaris 8) at work and i need to restore a specific file from a tape backup and all i seem to be able to find is commands to restore the whole system which is a bigg nono!!!! so please any help ??? :confused: :(
 
Haven't used Solaris for a few years now, but at the last place I worked at we used to be able to do this using ufsrestore... however, I think that you can only use ufsrestore if you originally did your backup using ufsdump (this part wasn't my area, so I may very well be mistaken).
 
Not used cpio but looking at the man page suggests it should be possible... maybe try using something like...

cpio -idv -E filename < backup.cpio
 
Back
Top Bottom