lsc
lsc copied to clipboard
Configure threshold to avoid too many changes or deletion
I often get this request: could we configure a limit to avoid a full change or deletion of the target directory?
This is somehting that exists in other sync tools. The connector evaluates the number of changes and stops if the number is too high (which could mean the source is broken).
We can do that with LSC by running the task in dry-run first, check the status and run again the task. Is there a better way?