Operating System - HP-UX
1834804 Members
2245 Online
110070 Solutions
New Discussion

Re: How to tell last time a backup tape was used

 
SOLVED
Go to solution
Jay Weaver SC
New Member

How to tell last time a backup tape was used

I am looking for some old data and I have about 40 DDS2 backup tapes to look through. How would I find out when the tapes were used last. I am using Unix 10.2

Thanks,

Jay
2 REPLIES 2
James R. Ferguson
Acclaimed Contributor
Solution

Re: How to tell last time a backup tape was used

Hi Jay:

If they are 'fbackup' tapes you can extract the volume header information thusly:

# frecover -V /tmp/volhdr -f /dev/rmt/0m

The time (in epoch seconds) the backup was run along with the number of times the media was used for *fbackup* (only!) will be returned. Have a look at the man pages for 'frecover' for the layout.

Regards!

...JRF...
Jay Weaver SC
New Member

Re: How to tell last time a backup tape was used

the response by JRF was on target.

Thanks,

Jay