Synching large files and differences

I have two servers:

One folder about 254 files. Main sync is set to “Send” only. The Receiving is send and receive.

If the files from Sending only server are different from the files on the receiving server (i.e. the MD5 hash does not match. Does syncthing overwrite those files or delete them? If so How would I set the setting to do so. The files never change from Sending only server to secondary server. Meaning I have large files ~1-5 gb in size.

Example on SEND ONLY server video.iso md5 hash 4E7FC207BDD33DB2CDAC8079E951D893 Example on RECEIVE ONLY server video.iso md5 hash CC2FE42D08318676AFBC635A05ABD548

Will sending only server over wright VIDEO.ISO? I want it to do that even if having to “resend the entire file”

Thanks in Advance,

Sparkey70

Syncthing will create a temp file, copy unchanged blocks from the old version, transfer changed blocks over the network, then rename over the old version.

https://docs.syncthing.net/users/syncing.html

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