Hey There,
I apologize if I’m not fully articulating this properly, but here’s the issue…
Right now, I use TrueNAS Core, and syncthing runs in a jail, I mount the data I sync one-way to another location, and everything works great with no issues.
I’m moving all my VMs / jails out of TrueNAS into Proxmox, but I have a few concerns with Syncthing…
-
When I mount the data via NFS share, the permissions the syncthing box sees are not quite the same as those when it’s running locally. Does this mean that every file will “look different” and Syncthing will have to re-copy every file remotely? It’s like many many TB over a not so great connection so I’d like to avoid that…
-
Let’s say Syncthing DOES have to re-copy every file. If only the permissions change, does that mean it’s a fairly quick per-file operation, and it’ll get through it quickly, only transmitting a small piece of the file? Or would that likely trigger an entire re-sync?
Thanks!