how can I check a progress of a synchronization on a given host from a server-side syncthing-cli ?

I cannot figure out how can I check a status of synchronization of a given folder with a given client(s) (preferably, how much butes/percents left till “Up-to-date”), using syncthing-cli on one of the nodes (“master” node in my setup)

Any help is appreciated !

afaik syncthing-cli isn’t maintained anymore and is not fully compatible with the current version of Syncthing.

You can use the REST API to get the data. Specifically /rest/db/status to get your local folder status and /rest/db/completion to get the completion percent for a specific folder and device.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.