Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

gbak from remote

26 views
Skip to first unread message

Dany40

unread,
Jul 19, 2024, 1:19:51 PM7/19/24
to firebird-support
Hello;

I will try to use:

GBAK -backup -user xxx -password xxx
192.168.1.1:C:\DATOS\MyDatabase.FDB
C:\BACKUPS\MyDatabase.FBK

Will it work only for the default firebird port or there is a way to specify a port?

Thank you!

Dimitry Sibiryakov

unread,
Jul 19, 2024, 1:22:55 PM7/19/24
to firebird...@googlegroups.com
Dany40 wrote 19.07.2024 19:19:
> Will it work only for the default firebird port or there is a way to specify a port?

Yes, you can specify Firebird server port in connection string as described
in documentation.

https://firebirdsql.org/file/documentation/html/en/firebirddocs/qsg5/firebird-5-quickstartguide.html#qsg5-databases-connstrings-tcpip

--
WBR, SD.

Mark Rotteveel

unread,
Jul 20, 2024, 3:04:12 AM7/20/24
to firebird...@googlegroups.com
You can specify the port in the connection string. In the case of the
legacy connection string you're using, you can add `/<port-number>`
after the IP address (or host name):

192.168.1.1/3050:C:\DATOS\MyDatabase.FDB

If you use the modern URL-like connection string, it is:

inet://192.168.1.1:3050/C:\DATOS\MyDatabase.FDB

Mark
--
Mark Rotteveel

Reply all
Reply to author
Forward
0 new messages