You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The existing examples in the gbak documentation rely on just using filenames. In same cases it can be better to use explicit protocols and/or host name + filename to ensure the connection goes through the server instead of using embedded (this especially changed on Windows with Firebird 3.0, as Firebird 2.5 (and earlier) would default to XNET, but now defaults to embedded).
Review examples and maybe explicitly mention/document use of protocol instead of only filenames.