Subject RE: [firebird-support] Backup an embedded firebird database
Author Dmitry Yemanov
Hi,

> I configured an embedded server to my service application. It
> work very fast, and i like it because it not need to install, just
> copy.
> But in this configuration, how can i use gbak to backup the database?

If you want an online backup, then use Services API. You may also run gbak
against the database, but in the embedded environment it will require you to
detach your app first.


Dmitry