Firebird
Firebird DBMS backup including gbak integration for consistent, fully restorable dumps — online or offline.
Capabilities
Section titled “Capabilities”- gbak integration
- Consistent dumps
- Online & offline
Configure
Section titled “Configure”Add the plugin to a FileSet on the client you want to protect:
FileSet { Name = "firebird" Include { Options { Plugin = "firebird: database=/db/app.fdb user=SYSDBA password=secret" } }}All parameters are space-separated key=value pairs. See the FileSet reference for FileSet options.
Restore
Section titled “Restore”Restore the whole database or to a point in time.
See also: Restore, Instant Recovery & V2V.