Subject AW: [firebird-support] Re: Does gbak use WireCompression?
Author Köditz, Martin

Hi Vlad,

 

>

gbak is usual client application, it needs no special actions to use WireCompression. Just put zlib1.dll near the fbclient.dll and set WireCompression = true at client side (using firebird.conf or DPB). Make sure zlib1.dll is present at server side also.

 

Thank you. That’s the info I needed.

 

Sure, restore on the remote is much faster. But sometimes I am just lazy.

 

Regards

Martin

 

Von: firebird-support@yahoogroups.com [mailto:firebird-support@yahoogroups.com]
Gesendet: Dienstag, 17. September 2019 08:58
An: firebird-support@yahoogroups.com
Betreff: [firebird-support] Re: Does gbak use WireCompression?

 

 

---In firebird-support@yahoogroups.com, <Martin.Koeditz@...> wrote :

 

> 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?

 

  gbak is usual client application, it needs no special actions to use WireCompression. Just put zlib1.dll near the fbclient.dll and set WireCompression = true at client side (using firebird.conf or DPB). Make sure zlib1.dll is present at server side also.

 

  But much more efficient way to do restore via slow network is remote backup\restore (see CORE-2666).

Read doc\README.services_extension chapter (4) for details.

 

Regards,

Vlad