mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
449 B
449 B
ZSTD
The zstd, zstdmt, unzstd, zstdcat utilities compress or decompress .zst files.
Table of contents
TL;DR
# Compress folders into an archive.
zstd --compress -15 --rsyncable -r 'folder' -o 'archive.zst'
# Test archives.
zstd --test 'archive.zst'
# Print information about files in archives.
zstd --list 'archive.zst'
# Decompress archives.
zstd --decompress 'archive.zst'