Operating System - HP-UX
1837111 Members
2167 Online
110112 Solutions
New Discussion

Re: show when backup was done using frecover

 
Andre Thompson_1
Frequent Advisor

show when backup was done using frecover

Hi

How can I see when a tape was backed up?

the frecover -I only shows the list of files backed up but not when the backup job was done.

Thanks in advance.

- Andre
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: show when backup was done using frecover

If you kept a graph file the information would be there.

if you ran fbackup via cron you would see the job in the cron log.

There may be a more verbose listing in the frecover man file.

maybe the -r paramter

or the -N to do a preveiw restore without actually doing the restore.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Rick Garland
Honored Contributor

Re: show when backup was done using frecover

The -u option (if the option was used in the fbackup command) will show date/time as well as those files that were backed up.

The config may have had some file exclusions so this will keep record.

There are many options that you may use with the fbackup command
Andre Thompson_1
Frequent Advisor

Re: show when backup was done using frecover

Thanks for pointing me in the right direction.

The frecover -V did the trick.

- Andre