table of contents
| DESYNC(1) | User Commands | DESYNC(1) |
NAME¶
desync - desync
DESCRIPTION¶
Content-addressed binary distribution system.
Usage:¶
- desync [command]
Available Commands:¶
- cache
- Read indexes and copy the referenced chunks
- cat
- Stream a blob to stdout or a file-like object
- chop
- Reads chunks from a file according to an index
- chunk
- Chunk input file and print chunk points plus chunk ID
- chunk-server
- Server for chunks over HTTP(S)
- completion
- Generate the autocompletion script for the specified shell
- config
- Show or write config file
- extract
- Read an index and build a blob from it
- help
- Help about any command
- index-server
- Server for indexes over HTTP(S)
- info
- Show information about an index
- inspect-chunks Inspect chunks from an index and an optional local store list-chunks List chunk IDs from an index make Chunk input file and create index manpage Generate manpages for desync mount-index FUSE mount an index file mtree Print the content of a catar, caidx or local directory in mtree format prune Remove unreferenced chunks from a store pull Serve chunks via casync protocol over SSH tar Store a directory tree in a catar archive or index untar Extract directory tree from a catar archive or index verify Read chunks in a store and verify their integrity verify-index Verifies an index matches a file
Flags:¶
- --config string
- config file (default $HOME/.config/desync/config.json)
- --digest string
- digest algorithm, sha512-256 or sha256 (default "sha512-256")
- -h, --help
- help for desync
- --verbose
- verbose mode
Use "desync [command] --help" for more information about a command.
| April 2026 | desync 1.0.0 |