1827435 Members
4340 Online
109965 Solutions
New Discussion

fbackup date ??

 
SOLVED
Go to solution
dhanish
Regular Advisor

fbackup date ??

Hi,
I have the fbackup backup on the tape .I want to find out the date whe the backup was taken.Can any body tell me how to find out from the tape.

thnks
Never Say Die
5 REPLIES 5
James R. Ferguson
Acclaimed Contributor
Solution

Re: fbackup date ??

Hi:

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

The contents of /tmp/volhdr will give you want you seek. See the man pages of 'frecover' for more information.

Regards!

...JRF...
S.K. Chan
Honored Contributor

Re: fbackup date ??

If say the device is /dev/rmt/0m ..

# frecover -V /tmp/tape-info -f /dev/rmt/0m
Helen French
Honored Contributor

Re: fbackup date ??

dhanish
Regular Advisor

Re: fbackup date ??

Fine i will try the same .

thnks
Never Say Die
James R. Ferguson
Acclaimed Contributor

Re: fbackup date ??

Hi (again):

You should offer the same points you gave me to SK and Shiju, since their answers are the same as mine and were clearly posted (or certainly composed) within the same time as mine. Thanks!

Regards!

...JRF...