I have synced my Pictures folder from Windows laptop to FreeNAS (using plugin).
It’s about 32885 items, ~489 GiB and took almost 2 days to complete over 100Mb lan.
The problem I face now is that ALL files on the NAS side are named like .syncthing.IMG_4608.psd.tmp :
I don’t think it’s placeholder files. It’s still sending stuff across, the fact that you have temp files means the transfer could have been interrupted, etc, or it’s actually currently working on the temp files.
Also we truncate all files to the right size, so it could look like the files take up space, but they are actually empty.
I see your point.
However the number of out of sync items matches the global state items for almost 2 days.
So it’s difficult to see if there is any progress.
The file you see above has been completed by now:
freenas# find /mnt/msafe/pictures/Pictures |grep IMG_8433.CR2|xargs -I {} ls -lah ‘{}’
-rwxrwxr-x+ 1 syncthing syncthing 26M Dec 8 01:06 /mnt/msafe/pictures/Pictures/??rs Vez??r t??r/.syncthing.IMG_8433.CR2.tmp
-rwxrwxr-x+ 1 syncthing syncthing 25M Dec 7 04:10 /mnt/msafe/pictures/Pictures/Toscana 2013.05/.syncthing.IMG_8433.CR2.tmp
But still has tmp in it’s name and I’m confused about when I should expect my files to be renamed to their original names.
That’s why I am asking whether there is something in the log. The fact that the transfer is showing that it’s downloading to me (as well as the rate being 10MB) implies that something is happening.
You can run with STTRACE=model env var and -audit -verbose command line options to get more debug output which might be more useful
I did some googling but it’s not obvious to me what “Windows ACLs” in FreeNAS actually means in practice. However it seems to remove the ability to chmod, which we need unless you check “Ignore Permissions” on the folder.
It doesn’t, it reuses the temp file. But after 24 hours, unused temp files are thrown away. So probably that’s what happened as you say it’s been syncing for a couple of days.