On our site we have 70+ laptops syncing the same folder.
From time to time Syncthing needs to be uninstalled from a machine using a powershell script.
Before uninstalling, we have to make sure that all local files have been transferred. Incoming transfer errors are irrelevant in this scenario.
As far as I understand needItems (rest/db/completion) gives me the number of missing incoming files. I need the exact oposite: the number of of missing outgoing files.
I am searching for a while now but haven’t found a solution up to now …
Any hints are appreciated!
Hi calmh!
Unfortunatelly not. Completion says 99.99866903685859. There are tree files (needItems = 3), that can’t be downloaded but all locally changed files are uploaded correctly.
Ooops … reading twice and then thinking about it sometimes helps …
Sure, I can check the remote device. there the needItems should be 0!
I will look into that!