Subject Re: Restore FBBackupManager not working (non localhost only) - localhost works
Author Ashok122
Running GBAK remotely from command PROMPTS works.....

gbak -c -user sysdba -pass masterkey -se remote1:service_mgr
c:\backups\test22.fbk remote1:c:\backups\new.fdb

when running from JAVA using FBBackupManager,
it automatically adds "localhost:" to BACKUP filename
so the BackupPath becomes

localhost:c:\backups\test22.fbk
and
above file does not exist on Client Computer,
it exists only on remote1 computer.

I tried everything, but it looks like there is a BUG
in Firebird 1.5.2 version I am using.

Can someone tell me which version this problem does not exist?

Thanks,
Ashok