I had source files that were between approx 2-3Gbytes and there was no matching destination file. As expected they were not copied.
However I found when the destination folder has files with matching names (names were the same but they were zero byte files) it then proceeds to copy the large source files over to the destination and completely ignores the size limit I had set. See screen shot.
Is this by design, because on the face of it it appears to be a bug?
I am running 12.0 donation edition.
Here is an extract of the FFS Config file and a screenshot:
<Filter>
<Include>
<Item>*</Item>
</Include>
<Exclude>
<Item>*.log</Item>
<Item>\System Volume Information\</Item>
<Item>\$Recycle.Bin\</Item>
.....
</Exclude>
<SizeMin Unit="None">0</SizeMin>
<SizeMax Unit="MB">201</SizeMax>
<TimeSpan Type="None">0</TimeSpan>
</Filter>
<FolderPairs>
<Pair>
<Left>H:\</Left>
<Right>O:\WHS4_COPY\H</Right>
</Pair>
</FolderPairs>