Subject Re: [Firebird-Java] Question about FBBackupManager and remote host
Author Mark Rotteveel
On 2-8-2018 15:47, Felipe Jaekel fkjaekel@... [Firebird-Java] wrote:
> I'm developing a backup tool using FBBackupManager. When I specify a
> remote host it is trying to create the backup on this server. Is it
> possible to save the backup locally like it is possible to do using the
> gbak command directly?

You can't do that with FBBackupManager. FBBackupManager can only create
a serverside backup. If you want a clientside backup, you can use
FBStreamingBackupManager introduced in Jaybird 3. It has the same API
(defined in interface BackupManager), but it allows streaming the backup
from server to client (or the restore from client to server).

Mark
--
Mark Rotteveel