Operating System - Tru64 Unix
1748073 Members
5454 Online
108758 Solutions
New Discussion юеВ

Re: WHAT IS THE COMMANDS

 
SOLVED
Go to solution
administrador
Advisor

WHAT IS THE COMMANDS

what is the command for reviewing a tape? I mean I want to verify if that tape contains the file that Iwant to restore and

What is the commant for restoring the information in TRU64
5 REPLIES 5
Ivan Ferreira
Honored Contributor
Solution

Re: WHAT IS THE COMMANDS

That depends of the command used to backup the data. If you backup with tar, use tar command to verify and restore data. If you backup with vdump, use vrestore to verify or restore the data:

- tar

Backup: tar cvf
List: tar tvf
Restore: tar xvf

- vdump/vrestore

Backup: vdump -0uf
List: vrestore -tf
Restore: vrestore -xf
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
administrador
Advisor

Re: WHAT IS THE COMMANDS


Hello, we are doing backups like below, could you please tell me what is the command for restoring??



nohup brbackup -p initJMC1-DualTapes.sap -i force -n 2 -c
Brendan Murphy_5
Frequent Advisor

Re: WHAT IS THE COMMANDS

brbackup is a SAP backup command. It's not part of Tru64.

Try the following link for info on sap brtools

http://help.sap.com/saphelp_erp2005vp/helpdata/en/0d/d3058d4a0c11d182b80000e829fbfe/frameset.htm

brrestore or brrecover are what you're after

Regards

Brendan
administrador
Advisor

Re: WHAT IS THE COMMANDS

and ...
if i want to restore from tru64?

what command i have to use?

administrador
Advisor

Re: WHAT IS THE COMMANDS

Hi....
how can use brrestore or brrecover command?

thanks .