Subject Re: [Firebird-Java] Re: Problem using service API to run a remote backup
Author Roman Rokytskyy
> gbak -user sysdba -pass abcdef 192.168.0.123:MyDatabase MyDatabase.fbk

Hmmm... right now I have two suspicions:

- you have some network issues with Java (try using the "NATIVE" type);

- our BackupManager has some issues with aliases (can you try with the
full path?)

Roman