I am using Syncthing on Android (Send only) to sync files to my computer (Receive only).
The file and directory counter goes up when I create new files and directories. I can see:
Latest Change Updated test123.zip
However, they do not actually show up on my file system.
I enabled fs
debugging and got the following logs after creating a file 123
:
2022-08-28 12:45:05 folderconfiguration.go:115 basic /home/bart/Photos/S10Photos Stat . {0xc0022fc0d0} <nil>
2022-08-28 12:45:05 folderconfiguration.go:133 basic /home/bart/Photos/S10Photos Stat .stfolder {0xc0022fc340} <nil>
2022-08-28 12:45:05 folder.go:335 basic /home/bart/.config/syncthing/index-v0.14.0.db Usage . {31499161600 497422438400} <nil>
2022-08-28 12:45:05 folderconfiguration.go:115 basic /home/bart/Photos/S10Photos Stat . {0xc0022fc750} <nil>
2022-08-28 12:45:05 folderconfiguration.go:133 basic /home/bart/Photos/S10Photos Stat .stfolder {0xc0022fc9c0} <nil>
2022-08-28 12:45:05 folder.go:335 basic /home/bart/.config/syncthing/index-v0.14.0.db Usage . {31499161600 497422438400} <nil>
2022-08-28 12:45:05 folderconfiguration.go:266 basic /home/bart/Photos/S10Photos Usage . {31499161600 497422438400} <nil>
2022-08-28 12:45:05 basic /home/bart/Photos/S10Photos Watch: Ignoring .syncthing.123.tmp
2022-08-28 12:45:05 basic /home/bart/Photos/S10Photos Watch: Ignoring .syncthing.123.tmp
2022-08-28 12:45:05 basic /home/bart/Photos/S10Photos Watch: Sending 123 non-remove
2022-08-28 12:45:05 basic /home/bart/Photos/S10Photos Watch: Ignoring .syncthing.123.tmp
2022-08-28 12:45:05 basic /home/bart/Photos/S10Photos Watch: Sending 123 non-remove
Can anyone tell from this what is happening?
5 posts - 2 participants