Subject RE: [firebird-support] Gbak on Classic
Author Nigel Weeks
> Just switched SS to classic and am having trouble doing a
> GBak from the
> command prompt using the following
>
> gbak -B c:\c.fdb c:\c.fbk -USER SYSDBA -PAS masterkey
>
> I think this is what I usually do with SS why is it not working?
>
Use the hostname in the connection string.
gbak -B localhost:c:\c.fbk -USER SYSDBA -PAS masterkey

AFAIK, SS (on windows) allows local filesystem connects. CS doesn't. It's a
protection mechanism.

N