mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-01-08 04:04:16 +02:00
c279a00279
LZ4 compresses data faster than gzip but at a lower ratio. This can be a good tradeoff in certain scenarios. Note that setting compress-type=lz4 will make new backups and archive incompatible (unrestorable) with prior versions of pgBackRest.
13 lines
332 B
Diff
13 lines
332 B
Diff
--- control
|
|
+++ control
|
|
@@ -12,7 +12,8 @@
|
|
libxml2-dev,
|
|
pkg-config,
|
|
txt2man,
|
|
- zlib1g-dev
|
|
+ zlib1g-dev,
|
|
+ liblz4-dev
|
|
Standards-Version: 4.4.1
|
|
Homepage: https://www.pgbackrest.org/
|
|
Vcs-Git: https://salsa.debian.org/postgresql/pgbackrest.git
|