Operating System - Tru64 Unix
1753765 Members
6027 Online
108799 Solutions
New Discussion

vrestore cmd using tapes

 
SOLVED
Go to solution
administrador
Advisor

vrestore cmd using tapes

Hello; Could you please tell me how can I read my Backup Tape, Using vrestore tool??? Thank´s a lot...


1 REPLY 1
Ivan Ferreira
Honored Contributor
Solution

Re: vrestore cmd using tapes

As menthioned before, you can only read with vrestore if you backed up the data with vdump.

Identify your tape device:

If V5:

hwmgr v d -cat tape

Use:

vrestore -tf /dev/ntape/tapeXc

Where X is the tape number. This will only work if you backed up the data with vdump, like this:

vdump -0uf /dev/ntape/tapeXc /usr
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?