How to send out shares with the same origin/source to different clients?

My solution for something like this are bind mounts, but that doesn’t exist in Windows.

Using symlinks also doesn’t work, as Syncthing currently does not follow them, see:


The only working (but ugly) solution I can think of for Windows would be to share each sub folder as its own Syncthing folder to CLIENTS-B or split the huge folder into 2 and share both with CLIENTS-A and only one with CLIENTS-B.


In the future, the ignores will probably be stored in the config not inside a file, so your initial idea would work.

1 Like