the doc page on sync doesn’t really elaborate. The Readme doesn’t detail it either, might be worth to ask @Manoj or the developer to make this a paragraph in the docs or source repo.
The code for the behaviour is here and you need to keep in mind edrive tallys current and past files once known and uploaded in a database.
My reading of onMissingFile() on the remote (cloud) is to not do anything locally if a remote file was found, is not present locally, but was uploaded once before to the remote. So deleting photos locally that were uploaded once is safe. That isn’t what you were asking about, you’re concerned with how remote deletions are handled locally: this changed recently (must be in v1.13 or v1.14) - instead of back-syncing deletions from the remote the sync is disabled for the filepath and is locally kept.
Thank you @tcecyk ! This behavior is exactly what I hoped -and f I dare, to the end user your description is much clearer than the reference technical change
I’m going to try