Operating System - HP-UX
1752472 Members
7221 Online
108788 Solutions
New Discussion юеВ

Re: Tar command with backup log in HPUX11i

 
Rohit Nagare
Frequent Advisor

Tar command with backup log in HPUX11i

Hi friends
Good Afternoon,

I am taking oracle dump backup on DDS tape with the tar command
# tar -cvf /dev/rmt/0mn backups
but i need the backup logs also but find the exact command to get the backup with log.


Thanks
Rohit
3 REPLIES 3
Akif_1
Super Advisor

Re: Tar command with backup log in HPUX11i

Hello,

TAR index file resides under root file system.


Backup can be done with the following manner as well.

vxdump -0 -u -f /dev/rmt/0mn /backup

OR

Goto SAM - > Backup (this is fbackup & frestore concept ....select your )


Rgd's
T(ogether) E(very one) A(chive) M(ore)
Jeeshan
Honored Contributor

Re: Tar command with backup log in HPUX11i

tar command actually doesn't save or forward any backup logs. If you need you can capture tar backup outputs from terminal program (i.e. putty, SSH tools etc.)
a warrior never quits
Steven Schweda
Honored Contributor

Re: Tar command with backup log in HPUX11i

> # tar -cvf /dev/rmt/0mn backups
> but i need the backup logs [...]

Define "the backup logs". Do you want more
information than the "v" in your "tar"
command gives you, or is saving that enough?

2>&1 | tee