Ir al contenido

Firebird

Esta página aún no está disponible en tu idioma.

Firebird DBMS backup including gbak integration for consistent, fully restorable dumps — online or offline.

  • gbak integration
  • Consistent dumps
  • Online & offline

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 the whole database or to a point in time.

See also: Restore, Instant Recovery & V2V.