You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-05-22 10:15:16 +02:00
Add lz4 compression support.
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.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
run 002 - rmt 1, cmp gz, error connect, s3 1, enc 0
|
||||
===================================================
|
||||
run 002 - rmt 1, cmp lz4, error connect, s3 1, enc 0
|
||||
====================================================
|
||||
|
||||
stanza-create db - create required data for stanza (backup host)
|
||||
> [CONTAINER-EXEC] backup [BACKREST-BIN] --config=[TEST_PATH]/backup/pgbackrest.conf --stanza=db --no-online stanza-create
|
||||
|
||||
Reference in New Issue
Block a user