Dumpbi
dumpbi#
About dumpbi#
dumpbi outputs backup information of the backupInfo file which is recorded in binary format as text format.
dumpbi <backupinfo_file_name>
Syntax#
Description#
Outputs contents of the backupInfo file in text format.
Example#
At a shell prompt, type the following:
$ dumpbi backupinfo
Output#
dumpbi outputs backup information of the backupInfo file in the following format:
[BACKUO INFO FILE HDR]#
Field Name | Value (bytes) | Description |
---|---|---|
Backup info slot count | From 0(zero) to the maximum value of the unsigned int type | The number of stored backupinfo slots (=the number of files backed up until now) |
Last backup LSN | FileNo, Offset | The LSN of the point in time at which the most recent backup was performed (the value necessary for determining the validity of the backupInfo file) |
Database name | String | The database name |
[BACKUP INFO SLOT]#
Field Name | Value (bytes) | Description |
---|---|---|
Slot index | From 0(zero) to the maximum value of the unsigned int type | The slot order |
Begin backup time | YYYY-MM-DD HH:MM:SS | The start time of backup |
End backup time | YYYY-MM-DD HH:MM:SS | The completion time of backup |
Incremental backup chunk cnt | From 0(zero) to the maximum value of the unsigned int type | The number of incremental chunks, including the pages changed from the datafile (=the number of backed up incremental chunks) |
Incremental backup chunk size | From 0(zero) to the maximum value of the unsigned int type | The INCREMENTAL_BACKUP_CHUNK_SI ZE value during backup |
Backup target | 1: DATABASE 2: TABLESPACE |
The backup target |
Backup level | 1: level 0 2: level 1 |
The backup level |
Backup Type | 1: full backup 2: differentail backup 3: cumulative backup |
The backup type |
Tablespace ID | From 0(zero) to the maximum value of the unsigned short type | The ID of the tablespace to which the backup target datafile belongs |
File ID | From 0(zero) to the maximum value of the unsigned short type | The backup target datafile ID |
Original file size | From 0(zero) to the maximum value of the unsigned long type | The size of the datafile when it was backed up |
Backup Tag | String | The backup tag name |
Backup file name | String | The path and name of the backup file |