| Firebird Documentation Index → Firebird 2.5 Language Reference → System Tables → RDB$BACKUP_HISTORY |
![]() |
RDB$BACKUP_HISTORY stores the history of backups performed using the nBackup utility.
| Column Name | Data Type | Description |
|---|---|---|
| RDB$BACKUP_ID | INTEGER | The identifier assigned by the engine |
| RDB$TIMESTAMP | TIMESTAMP | Backup date and time |
| RDB$BACKUP_LEVEL | INTEGER | Backup level |
| RDB$GUID | CHAR(38) | Unique identifier |
| RDB$SCN | INTEGER | System (scan) number |
| RDB$FILE_NAME | VARCHAR(255) | Full path and file name of backup file |
| Firebird Documentation Index → Firebird 2.5 Language Reference → System Tables → RDB$BACKUP_HISTORY |