Sync Filter Does Not Work As Expected

I'm using 9.5.4.0.3806 X64

I have a simple filter setup and am trying to copy certain files using the Synchronize tool.
There are various types of files in the source directory and none in the target directory.
I want to NOT copy all jpg and wmv files. All others should be sync'd.

The filter I use is
Name No Match *.jpg use wildcards
Or Name No Match *.wmv use wildcards

When I hit the compare button, I am shown all files in the target and the file/folder count to be sync'd is very high. All jpg and wmv files are selected for sync. Yes, I have selected the filter and enabled it.

Any ideas?

You need to use And instead of Or.

(Think about what you're saying - including files that are not A or are not B. Well B isn't A, so B will match the first clause, and A isn't B, so A will match the second clause)

Ah, bad translation.

I though it would be don't match jpg or wmv
I will change the filter.

Thanks