Option to disable the "override" button on a Folder (when out of sync)

I guess, in that case I’d need to change the config to:

  • Allow sync to happen both ways (instead of one-way)
  • Use ignoreDelete on what plays the role of the server (“Bob” in the doc’s example)

This way, when the phone sync a file, it gets synced on the server, when the phone deletes a file, it gets deleted on the server, but when the server deletes or add a file, nothing happens on the phone.

Now, what would happen at the first sync? Because I typically don’t want the existing files to be copied from the server to the phone (as it centralizes multiple phones/devices).

That’s why one-way sync made more sense to me for this use-case. I’m not entirely sure the ignoreDelete will fix my issue.