Where is the synced folder?

Hi!

I’m new to syncthing and do have some trouble getting it to work. I kindly ask for your help.

I would like to sync my Docs with a Server.

This is the folder/my setting at the Win10-PC

And this is my setup at the server

Perhaps, I’m a little bit naive, but I do expect the files at my server at ‘/var/syncthing/Dokumente_Win10’.

But there is nothing:

root@omv:/var# ls -al
insgesamt 48
drwxr-xr-x 12 root root  4096 Apr 18 16:44 .
drwxrwxr-x 20 root root  4096 Apr 18 17:11 ..
drwxr-xr-x  2 root root  4096 Apr 20 07:36 backups
drwxr-xr-x 10 root root  4096 Apr 18 16:46 cache
drwxr-xr-x 37 root root  4096 Apr 19 18:41 lib
drwxrwsr-x  2 root staff 4096 Feb  1 18:09 local
lrwxrwxrwx  1 root root     9 Apr 18 16:44 lock -> /run/lock
drwxr-xr-x 13 root root  4096 Apr 20 00:00 log
drwxrwsr-x  2 root mail  4096 Mär 25 17:18 mail
drwxr-xr-x  2 root root  4096 Mär 25 17:18 opt
lrwxrwxrwx  1 root root     4 Apr 18 16:44 run -> /run
drwxr-xr-x  7 root root  4096 Apr 18 16:44 spool
drwxrwxrwt  4 root root  4096 Apr 20 13:09 tmp
drwxr-xr-x  4 root root  4096 Apr 18 16:44 www
root@omv:/var#

What am I doing wrong?

Kind regards,

DerTom

Are you running it via docker? If yes, then you need to mount local path into docker container, now its just syncing to a temporary filesystem that is deleted when you shut the container down.

Yes, that is exactly what I’m doing…

Thank you for your help!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.