Operating System - HP-UX
1833788 Members
2669 Online
110063 Solutions
New Discussion

Full fbackup, need to restore only specific directory

 
SOLVED
Go to solution
William Pribble
Frequent Advisor

Full fbackup, need to restore only specific directory

I have a full fbackup and want to restore only a few directories. Is this possible using a graph file. Any help is greatly appreciated!
3 REPLIES 3
harry d brown jr
Honored Contributor

Re: Full fbackup, need to restore only specific directory


You can restore without the use of graph files:

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x17e6ff77de2bd611abd50090277a778c,00.html


live free or die
harry
Live Free or Die
S.K. Chan
Honored Contributor
Solution

Re: Full fbackup, need to restore only specific directory

Sure ..
First you want to find out the exact path of the dir/files from the index (assuming 0m is your tape device)
# frecover -I /tmp/tape-index -f /dev/rmt/0m

From /tmp/tape-index, take note of the path then create your graphfile.

# vi /tmp/graph
i /opt/apps
i /var/opt/apps

# frecover -xvof /dev/rmt/0m -g /tmp/graph
==> do your recovery.
Justo Exposito
Esteemed Contributor

Re: Full fbackup, need to restore only specific directory

Hi Elaine,

If you know the directory that you want to restore, you can use SAM in order to restore this by using the online backup/restore option.

Regards,

Justo.
Help is a Beatiful word