Entering content frame

Procedure documentation backup_history_listnext Locate the document in the library structure

Use

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, Structure linkEvaluating the Restart Information and Backup History for Importing Backups

Concepts of the Database System, Structure linkLog Files

Prerequisites

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.

Syntax

backup_history_listnext

Reply

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.
The line is prefixed with an
M: and is followed by the columns, each separated by a vertical slash (|).

<external_backup_id_line>

If the backup was created using a third party backup tool, the external backup ID is provided here.
The line has an
E:-prefix and is followed by the columns, each separated by a vertical slash (|).

 

In the event of errors, see Reply Format.

 

Leaving content frame