Operating System - HP-UX
1833323 Members
3057 Online
110051 Solutions
New Discussion

Re: restoring a specfic directory using tar

 
SOLVED
Go to solution
srinivasa rao vaddadi
Frequent Advisor

restoring a specfic directory using tar

how can i restore a specified directory from tape using " tar " ?

ex : a directory (/data1) is there in an 80GB tape.
4 REPLIES 4
Bharat Katkar
Honored Contributor
Solution

Re: restoring a specfic directory using tar

Hi,

To restore using tar:

# tar xvf .

This will restore the directory in current location.

Regards,
You need to know a lot to actually know how little you know
Devender Khatana
Honored Contributor

Re: restoring a specfic directory using tar

Hi,

If the backup was taken will absolute path then will be restored on the same path and could overwrite contents without prompting.

HTH,
Devender
Impossible itself mentions "I m possible"
srinivasa rao vaddadi
Frequent Advisor

Re: restoring a specfic directory using tar

thanqu all for replying me

specially for Bharat to giving an on dot answer to my query.
srinivasa rao vaddadi
Frequent Advisor

Re: restoring a specfic directory using tar

thnqu all.