Subject Re: [firebird-support] ERROR: unavailable database
Author Lucas Franzen
Sergio H. Gonzalez schrieb:
> Hello! I have a BAT file which performs a backup. The bat file read:
>
> del log.txt
> gbak baron.gdb baron.bak -user sysdba -password
> baronusaadmin -ignore -Limbo -v -y log.txt

add the server-name in front of the database, like:

gbak myserver:baron.gdb baron.bak

or the ip-address of the server
gbak 192.168.100.11:baron.gdb baron.bak

or just lcoalhost
gbak localhost:baron.gdb baron.bak

and the backup should work.


Luc.