Subject | Re: [firebird-support] ERROR: unavailable database |
---|---|
Author | Lucas Franzen |
Post date | 2008-05-10T21:27:15Z |
Sergio H. Gonzalez schrieb:
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.
> Hello! I have a BAT file which performs a backup. The bat file read:add the server-name in front of the database, like:
>
> del log.txt
> gbak baron.gdb baron.bak -user sysdba -password
> baronusaadmin -ignore -Limbo -v -y log.txt
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.