Files
restic/changelog/unreleased/issue-4728
T

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