desync(1) desync(1)

desync-verify - Read chunks in a store and verify their integrity

desync verify [flags]

Reads all chunks in a local store and verifies their integrity. If -r is used, invalid chunks are deleted from the store.

-n, --concurrency=10 number of concurrent goroutines

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

-r, --repair[=false] remove invalid chunks from the store

-s, --store="" local store to verify

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

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

--verbose[=false] verbose mode

  desync verify -s /path/to/store
  desync verify -s /path/to/store -r

desync(1)

5-Sep-2026 Auto generated by spf13/cobra

Sep 2026 desync