1834133 Members
2575 Online
110064 Solutions
New Discussion

Restore from backup

 
David Greenhow
Advisor

Restore from backup

I am trying to restore data from tape to a different location within our EVA 3000. Its restoring the data, but not all of the directories within.

For example i want to restore directory ONE from the tape and all its subdirectories without all the /DEV /USR (etc) main directories before it.

Any ideas?
6 REPLIES 6
Bharat Katkar
Honored Contributor

Re: Restore from backup

Hi,
Which tool you have used for backup?
Is it tar?
Regards,

You need to know a lot to actually know how little you know
David Greenhow
Advisor

Re: Restore from backup

Its frecover that we are using to restore the data
David Greenhow
Advisor

Re: Restore from backup

sorry and fbackup to save to tape
Bharat Katkar
Honored Contributor

Re: Restore from backup

Hi,

# frecover -x -f -i /ONE

This should work.

See man frecover for more details on using frecover and the information about graph files in case you need it.

Regards,
You need to know a lot to actually know how little you know
Hoang Chi Cong_1
Honored Contributor

Re: Restore from backup

Hello David Greenhow

Let try with this command:
#frecover -f /dev/rmt/XX -i /mount_point -xv

Take a look at this thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=804599&admit=716493758+1107419923123+28353475

Goodluck!
HoanChiCong
Looking for a special chance.......
David Greenhow
Advisor

Re: Restore from backup

Thanks for the help guys