A little bit of context on what I’m trying to accomplish.
A system called logos is considered “syncthing-backup-server”.
Within the container, there is a data folder at \data.
Which points to /mnt/allData/syncthing on the host.
The idea is to have several shares within \data - one for each client. Each share is receive-only.
=====
On the client - in this example a system called morpheus - there is also a /data-folder within the container. The idea is to have a subfolder for each host-folder that requires syncing to logos.
So the host-folder /home/will/update-scripts is mounted as /data/home-will-update-scripts. And shared with send-only.
=====
The expected end-result is that the morpheus-host-content of /home/will/update-scripts is available in the morpheus-syncthing-container as /data/home-will-update-scripts. And send to logos.
Where logos will store this in the container folder /data/morpheus/home-will-update-scripts. Which then ends on the host in the folder /mnt/allData/syncthing/morpheus/home-will-update-scripts.