On 02/01/2020 16:31, Kevin Stanton kevin.stan...@rdb-solutions.com 
[firebird-support] wrote:
> The error was:
> 
> Gbak error: I/O error for file “c:\fbThe system cannot find file specified.”
> Gbak error:  Error while trying to open file.
> Gbak error:  The system cannot find the file specified.

Try a path without a space in it, or define an alias and use that alias 
to connect.

Also, I think you should use

gbak -b -user sysdba -password masterkey -service 
win2012server:service_mgr "c:/fb databases/lumber/lumber.fdb" 
"/common/lumber_remote.fbk"

That is:
- remove win2012server from the database path, you already specified the 
server in the `-service`
- use forward slash instead of backslash

However, when you create the backup this way, it will create it on the 
server. This doesn't seem to be what you want to do.

AFAIK, Firebird 1.5 doesn't have streaming backup through the service 
manager, so you can't make a local backup directly to the client.

Mark
-- 
Mark Rotteveel
  • [firebird... Kevin Stanton kevin.stan...@rdb-solutions.com [firebird-support]
    • Re: ... Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
    • Re: ... Norman Dunbar nor...@dunbar-it.co.uk [firebird-support]
      • ... Kevin Stanton kevin.stan...@rdb-solutions.com [firebird-support]
        • ... Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
          • ... Kevin Stanton kevin.stan...@rdb-solutions.com [firebird-support]

Reply via email to