mirror of
https://github.com/restic/restic.git
synced 2026-08-03 20:52:16 +00:00
9 lines
351 B
Plaintext
9 lines
351 B
Plaintext
Enhancement: Support zstd compression levels `fastest` and `better`
|
|
|
|
Restic now supports the zstd compression modes `fastest` and `better`. Set the
|
|
environment variable `RESTIC_COMPRESSION` to `fastest` or `better`, or pass the
|
|
same values with `--compression`.
|
|
|
|
https://github.com/restic/restic/issues/4728
|
|
https://github.com/restic/restic/pull/5321
|