lsc icon indicating copy to clipboard operation
lsc copied to clipboard

Configure threshold to avoid too many changes or deletion

Open coudot opened this issue 4 years ago • 1 comments

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?

coudot avatar Sep 02 '21 12:09 coudot