Subject Re: [ib-support] Interbase on Linux
Author audioguy@cheerful.com
> Using the gbak belonging to the original database, with the -t[ransportable] option:
>
> gbak -b -t x:\path\mydb.gdb x:\path\backup\mydb.gbk
>
> then, using the gbak belonging to the new platform:
>
> gbak -c /usr/databases/backup/mydb.gbk /usr/databases/mydb.gdb

All I have is the original .gdb file... I don't have a .gbk file. When I tried the above syntax (with the addition of the username sysdba and password), I get:

Cannot open backup file.

Help!

Bob