Kbase P105628: how to programmatically get the date and time of the last full backup
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
GOAL:
how to programmatically get the date and time of the last full backup
GOAL:
how to know when was the last full backup
FACT(s) (Environment):
Progress 9.x
OpenEdge 10.x
FIX:
use VST table _MstrBlk , field _MstrBlk-Fbdate, something like:
FOR EACH _MstrBlk:
DISPLAY _MstrBlk._MstrBlk-Fbdate.
END.
This date is not updated until the backup suceeds.
This information can also be seen from promon, choosing the following :
> R&D
> 1. Status displays
> 2. Backup