Syncthing for multiple SMB shares

Hi,

I need some help setting up syncthing on Electric Eel.
I have multiple shares that I want to sync across mostly Windows clients.
Can I use Syncthing to handle all those shares, or do I need to create a seperate docker container for each share?
What about nested shares? For example I have a dataset with a child dataset. They are both datasets and SMB shares. The reason I do this is because one Windows user has to have access to the parent and child dataset/share. And another user can just access the child dataset/share. I have different snapshot retention and backup rules for the child and parent dataset.
I’m new to using Syncthing. Just want to know what is possible.

Thanks

I never used Syncthing but what’s the problem with built-in rsync ? Truenas even has UI for that and it does exactly what you need

Didn’t know.
I’ll look into that.
Thank you.