Out of Sync Items

So this folder has synched for some time and then I decided to modify the ignore filter, to filter out more stuff.

After that the folder became out of sync.

As the screen shot says: “Directory has been deleted on a remote device but is not empty; the contents are probably ignored on that remote device, but not locally”

Its totally true - but how do I fix?

You may try to use the ignore list by setting the appropriate optional parameters.

(?d)

Prefix indicating that the file can be deleted if preventing directory removal

(?i)

Prefix indicating that the pattern should be matched without case sensitivity

!

Inversion of the given condition (i.e. do not exclude)

It´s also possible, to combine that

(?d)(?i)Thumbs.db

Maybe read also the documentation about

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

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