commit | 892ba8c3cc0617d2087a2337d8c6e71524d7b49c | [log] [tgz] |
---|---|---|
author | Christian Hesse <mail@eworm.de> | Wed Feb 26 09:12:21 2020 +0100 |
committer | Jason A. Donenfeld <Jason@zx2c4.com> | Thu Mar 12 19:56:39 2020 -0600 |
tree | 9f230da21b5cb0443a3058da543da6b13c959f71 | |
parent | cc230bf04456cc0ca82c6251b1624425eb7a7153 [diff] |
ui-snapshot: add support for zstd compression This patch adds support for zstd [0] compressed snapshots (*.tar.zst). We enable multiple working threads (-T0), but keep default compression level. The latter can be influenced by environment variable. [0] https://www.zstd.net/ Signed-off-by: Christian Hesse <mail@eworm.de>