.nh .TH "desync" "1" "Sep 2026" "desync" "" .SH NAME desync-info - Show information about an index .SH SYNOPSIS \fBdesync info [flags]\fP .SH DESCRIPTION Displays information about the provided index, such as the number of chunks and the total size of unique chunks that are not available in the seed. If a store is provided, it'll also show how many of the chunks are present in the store. By providing a chunks info file, generated by 'inspect-chunks', additional information will be shown, like the size of compressed chunks not in the seed nor cache. If one or more seed indexes are provided, the number of chunks available in the seeds are also shown. Use '-' to read the index from STDIN. .SH OPTIONS \fB--ca-cert\fP="" trust authorities in this file, instead of OS trust store .PP \fB-c\fP, \fB--cache\fP="" store to be used as cache .PP \fB-r\fP, \fB--cache-repair\fP[=true] replace invalid chunks in the cache from source .PP \fB--chunks-info\fP="" json file with additional chunks info .PP \fB--client-cert\fP="" path to client certificate for TLS authentication .PP \fB--client-key\fP="" path to client key for TLS authentication .PP \fB-n\fP, \fB--concurrency\fP=10 number of concurrent goroutines .PP \fB-e\fP, \fB--error-retry\fP=3 number of times to retry in case of network error .PP \fB-b\fP, \fB--error-retry-base-interval\fP=500ms initial retry delay, increases linearly with each subsequent attempt .PP \fB-f\fP, \fB--format\fP="json" output format, plain or json .PP \fB-h\fP, \fB--help\fP[=false] help for info .PP \fB--seed\fP=[] seed indexes .PP \fB-s\fP, \fB--store\fP=[] source store(s) .PP \fB-t\fP, \fB--trust-insecure\fP[=false] trust invalid certificates .SH OPTIONS INHERITED FROM PARENT COMMANDS \fB--config\fP="" config file (default $HOME/.config/desync/config.json) .PP \fB--digest\fP="sha512-256" digest algorithm, sha512-256 or sha256 .PP \fB--verbose\fP[=false] verbose mode .SH EXAMPLE .EX desync info -s /path/to/local --format=json file.caibx desync info --seed http://192.168.1.1/rootfs2.caibx --chunks-info chunks.json --format=json rootfs.caibx .EE .SH SEE ALSO \fBdesync(1)\fP .SH HISTORY 5-Sep-2026 Auto generated by spf13/cobra