Subject Re: database backup on a web server
Author Adam
My most used commands are:
(obviously change the alias, username and password as required)

"C:\Program Files\Firebird\Firebird_1_5\bin\gfix.exe" localhost:mydb -
user sysdba -password masterke -validate

"C:\Program Files\Firebird\Firebird_1_5\bin\gfix.exe" localhost:mydb -
user sysdba -password masterke -sweep

"C:\Program Files\Firebird\Firebird_1_5\bin\gfix.exe" localhost:mydb -
user sysdba -password masterke -mend


Look for the Operations Guide (OpGuide.pdf) at IBPhoenix.com. That
will tell you what each tool does and how to use it.

Adam


--- In firebird-support@yahoogroups.com, "davidallan99" <david@l...>
wrote:
>
> i.e. you need gfix to shutdown the database,.. so you
>
> > have the full path to the db...which begs the question why you
don't
> > run gbak and do the proper thing of getting a transportable
backup
>
> Is there a manual or web pages somewhere with all the
> different tools, eg gbak, gfix, and the way to use all of these
tools.
> If so can you point me in the right direction. Another question,
are
> there any tools to diagnose the integrity of table structures, and
> also any tools to fix damaged tables.
>
> Thanks
>
> David