You read more of the backup history. Options you specified for displaying the backup history (backup_history_list) remain active.
See also:
Database Administration Tutorial, Evaluating the Restart Information and Backup History for Importing Backups
Concepts of the Database System, Log Files
You have the server authorization Backup or DBInfoRead.
● You have executed the DBM commands for getting the backup history (backup_history_open) and displaying the backup history (backup_history_list). The keyword CONTINUE in the reply indicates that the whole file has not yet been displayed.
backup_history_listnext
OK
[END|CONTINUE]
<history_line>
[<media_line>]
[<external_backup_id-line>]
<history_line>
[<media_line>]
[<external_backup_id-line>]
....
Values for the Reply Fields
Value |
Description |
END |
The content of the backup history was transferred completely to the Database Manager. |
CONTINUE |
The backup history contains further entries that were not transferred due to the limited size of the reply package. You can display this data by entering the above command again or close the backup history (see: backup_history_close). |
<history_line> |
Information on the completed backups. The individual columns are separated by a vertical slash (|). A separate line is displayed for each backup. |
<media_line> |
The information on
the backup template used for the backup. |
<external_backup_id_line> |
If the backup was
created using a third party backup tool, the external backup ID is provided
here. |
In the event of errors, see Reply Format.