Running TrueNas Scale 24.04.2 - DragonFish
Trying to make syncthing sync local SMB shares to a backup thing.
I have made a few changes to the default installation:
-Host path is now /mnt/Apps/SyncThing
-Additional storage SMB: mounted on /SMB and server/share/username/password info.
So far, all is good.
Inside the container /SMB/ shows content on the SMB share.
In /mnt/Apps/SyncThing/ there is no content.
Sharing in syncthing web, shows no files.
copying a file inside /mnt/Apps/SyncThing/ then show up in shared folder in web interface. (chown apps:apps)
As I see the problem, there is no link between container /SMB and /mnt/Apps/SyncThing.
Where did I make an error ?