
Hey everyone, I'm looking to implement a more robust folder syncing system for our enterprise environment. The usual one‑way sync works, but we need:
- Bidirectional syncing with conflict resolution based on timestamps.
- Selective sync for sub‑folders based on user roles.
- Real‑time change detection without polling.
Has anyone built something similar or can recommend tools/libraries? Open‑source options are preferred.