Subject Re: [firebird-support] Re: gbak to backup and restore just onte table in database
Author Milan Babuskov
Adam wrote:
>> Is that possible to make a backup from just one table in database
>> using gbak? If possible, wish the sintaxe. And restore?
>
> No. You can however use one of the numerous data pumping tools to do
> something like what you need. You may even be able to use external
> tables for the purpose.

You can do it with FBExport, something like this:

fbexport -S -V tablename -F backup_filename -D database -P password

To import data back:

fbexport -I -V tablename -F backup_filename -D database -P password

> Adam

Sorry I'm replying to your message, it looks like I'm missing the
original one.

--
Milan Babuskov
http://www.guacosoft.com