Subject RE: [firebird-support] embedded db back up
Author Alan McDonald
> Dear Team ,
>
> I am using firebird embedded DB. i.e. while my application server
> starts I connect to db file via embedded connection.
> I have requirement when my application server is shut(i.e no db
> connection to the database file) I need to a take a back up of
> firebird db. Since it is an embedded db application set up , I assume
> it is enough if I just copy the existing db file to another. Or do I
> need to run a tool similar to "gbak" in firebird super server.
>
> S.Karthick

run gbak or use the services API to backup the database. If you copy it and
someone tries to make a new connection while you are copying it, then a
corruption is certain sooner or later.
IBX has an admin components, so too does IBO.
Using this method, you do not need to wait for noone connected to do the
backup.
Alan