Skip to content

develar/zstd-archiver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

usage: zstd-archiver [<flags>] <command> [<args> ...]

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 [<command>...]
    Show help.


  compress --source=SOURCE --output=OUTPUT [<flags>]
    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

About

Compress and decompress directories using tar and zstd

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published