Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/develar/zstd-archiver

Compress and decompress directories using tar and zstd
https://github.com/develar/zstd-archiver

zstd

Last synced: 6 days ago
JSON representation

Compress and decompress directories using tar and zstd

Awesome Lists containing this project

README

        

```
usage: zstd-archiver [] [ ...]

Compress and decompress directory using tar and zstd

Flags:
--help Show context-sensitive help (also try --help-long and --help-man).
--version Show application version.

Commands:
help [...]
Show help.

compress --source=SOURCE --output=OUTPUT []
compress directory to tar.zst file

-s, --source=SOURCE source directory
-o, --output=OUTPUT output file
-l, --level=19 compression level (1-19)
--block-size=32MB solid block size
--system-independent whether to ignore time, xattr and other system
dependent info

decompress --input=INPUT --output=OUTPUT
decompress tar.zst file

-i, --input=INPUT input file
-o, --output=OUTPUT output directory
```