I have tried all variations I could think of of *.html
.html \.html .+\.html, and none of them have any
effect. Instead the program tries to sync all of the
files in the directory as if there were no acept
pattern. The "simple rule set" radio is checked. I
believe that I have 0.9.1 although the "about" says 0.9
Logged In: YES
user_id=108033
ok, erm, this seems to be some kind of a lack of the
documentation. whether a file is synced or not is determined
in 3 phases:
first - every file is accepted
second - ignore patterns are used
third - if an ignored filename matches an accept pattern, it
is NOT ignored.
so, in your case you should set the ignore pattern to ".*"
(without quotes). this way all files are ignored except
those who match the accept pattern. i'll try making this
more easy to understand somehow...
Logged In: YES
user_id=856696
Ok that solves the problem thanks.