Operating System - HP-UX
1840286 Members
3968 Online
110162 Solutions
New Discussion

Re: Check the backup files

 
O'lnes
Regular Advisor

Check the backup files


How can I exectly know what files that I have backup by fbackup?

Andy
4 REPLIES 4
BFA6
Respected Contributor

Re: Check the backup files

Hi,

I normally pull an index off the last backup tape

frecover -f /dev/rmt/0m -I /tmp/index

Regards,

Hilary
James R. Ferguson
Acclaimed Contributor

Re: Check the backup files

Hi:

See my response in your first thread:

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

You can extract the index built at the beginning or the 'fbackup' session ('frecover -I' ...) or read the tape in a nonrecovery mode and list the actual files on the tape ('frecover -Nv ...').

Regards!

...JRF...
O'lnes
Regular Advisor

Re: Check the backup files

I want to extract the file list that i have backup , my statement is
??? frecover -x -N -vf /dev/rmt/0m > backuplog ??? , but cannot extract the output to the backuplog, how to solve it?
Andy
Olav Baadsvik
Esteemed Contributor

Re: Check the backup files


Hi,The command that gives you a complete index over what is
on the tape is as follows:

/etc/frecover -f /dev/rmt/0m -N -v -r > /tmp/tape.indx 2>&1

This will read the whole tape and may take some time.

Olav