Subject Re: [firebird-support] Does gbak use WireCompression?
Author Carlos H. Cantu
Re: [firebird-support] Does gbak use WireCompression? -v (verbose) will make things much slower when server is remote and access is trough a high latency network.

PS: Never use -rep or you may end up with "no database at all" (in the case your restore fails and you don't have a good copy of the original database). Use -c and rename if restore was successful.

Carlos
Migration Guide to Firebird 3
http://www.firebirdnews.org/migration-guide-to-firebird-3/






Hi Alexey,
 
here is an example:
gbak -c -v -rep /srv/backup/stage01.fbk 10.1.1.2:/srv/firebird/stage01.fdb -user sysdba -pass masterkey
 
Regards
Martin
 
Von: firebird-support@yahoogroups.com [mailto:firebird-support@yahoogroups.com]
Gesendet: Montag, 16. September 2019 17:49
An: Nagy Szilveszter nagy_szilveszter@... [firebird-support] <firebird-support@yahoogroups.com>
Betreff: Re: [firebird-support] Does gbak use WireCompression?
 
 
Hello Martin,
 
Can you please provide the exact command you are using to do such restore?
 
Regards,
Alexey Kovyazin
IBSurgeon
 
 
пн, 16 сент. 2019 г., 18:46 Köditz, Martin
Martin.Koeditz@... [firebird-support] <firebird-support@yahoogroups.com>:

 
Hello everybody,
 
I often perform restores on remote servers via WAN. Since this sometimes takes a long time, I wonder if gbak takes into account the parameter WireCompression. What needs to be set as where?
 
Regards
Martin