desync(1) desync(1)

desync-chunk - Chunk input file and print chunk boundaries and IDs

desync chunk <file> [flags]

Chunks the input file without storing anything, and prints a start/length/hash triple for each chunk the file would be split into. Useful to inspect or tune chunking parameters before running 'make'.

-m, --chunk-size="16:64:256" min:avg:max chunk size in kb

-h, --help[=false] help for chunk

-S, --start=0 starting position in bytes

--config="" config file (default $HOME/.config/desync/config.json)

--digest="sha512-256" digest algorithm, sha512-256 or sha256

--verbose[=false] verbose mode

  desync chunk file.bin

desync(1)

5-Sep-2026 Auto generated by spf13/cobra

Sep 2026 desync