Subject | Re: [Firebird-Java] Question about FBBackupManager and remote host |
---|---|
Author | Mark Rotteveel |
Post date | 2018-08-02T19:33:14Z |
On 2-8-2018 15:47, Felipe Jaekel fkjaekel@... [Firebird-Java] wrote:
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
> I'm developing a backup tool using FBBackupManager. When I specify aYou can't do that with FBBackupManager. FBBackupManager can only create
> 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?
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