mirror of
https://github.com/restic/restic.git
synced 2025-06-12 08:58:28 +00:00
8 lines
356 B
Plaintext
8 lines
356 B
Plaintext
![]() |
Enhancement: Added support for 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` to use these
|
||
|
compression levels. This can also be set with the `--compression` flag.
|
||
|
|
||
|
https://github.com/restic/restic/issues/4728
|