Use send and receive mode but do not synchronized become global states

image

I synchronized the directory between two devices and used sendreceive mode, but the delete operation of one device will take effect on the other device, but not vice versa. What is going on?

Now the global state only 1 folder remain, but there are still many files and directories in local state

This is the device that deleted a lot of files, and it shows that the remote device has many outOfsync

Thatā€™s unexpected indeed. As a first step before debugging, please upgrade to a recent version (second screenshot shows v1.11.1, which is old)

Inconsistent versions (one is too old) can cause this problem?

It shouldnā€™t, no. Itā€™s just that when debugging, Iā€™d like to do that on a recent version for a number of reasons (fixed bugs, source code matching what is running, ā€¦). Given the affected device is on a recent version, thatā€™s fine. Still do upgrade that remote device too :wink:

What I didnā€™t notice in the first PR: The folder is ā€œsend-onlyā€. So itā€™s expected that it does not sync those deletions. What is unexpected, is that the folder doesnā€™t show an ā€œOverrideā€ button and is not out of sync. Any errors in the browser console (F12)? Does anything change if you pause and restart the folder?

I change it into Send & Receive and nothing happened

I will upgrade the remote device first and then take a look

In addition, there is nothing abnormal in F12(I have seen both devices), at least the server returns with code 200 expect ā€˜upgradeā€™

I already upgrade the version to v1.18, but not work.

It is strange that it works when add files and modify files in remote device, these changes will be synchronized to the local.

It seems like the remote delete not treat as ā€˜Out of Sync Itemsā€™

But, local deletion will be synchronized to the remote

Did you ever change advances settings, e.g. ignoring deletions?

ahhhh! you are right, my bad!!!

I set it up but forgot

1 Like

We should add a very annoying notice in the web UI when that setting is active.

The strange thing here is that after setting ignore deletions, the remote syncthing GUI will display the local device synchronization progress as 95%

I thought there was a bug, a very annoying notice is Necessary

1 Like
1 Like

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