Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/develar/zstd-archiver
- Owner: develar
- Created: 2018-03-07T18:02:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-03-07T18:38:05.000Z (over 6 years ago)
- Last Synced: 2024-10-14T22:20:14.966Z (22 days ago)
- Topics: zstd
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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 infodecompress --input=INPUT --output=OUTPUT
decompress tar.zst file-i, --input=INPUT input file
-o, --output=OUTPUT output directory
```