I'm using Toucan 3.1 release 2. When I run preview with a mirror sync, what changes will be made are incorrect. It says it will copy files from the source to the destination when those files are not even in the source. It also says it will delete files from the destination when they are in the source.
If I run the sync, it behaves as it should. It seems just the preview is wrong. I think the problem may be with subdirectories having the same name as higher level directories. Posting a screen shot would be a lot clearer, but I have nowhere to put one.
Since 3.0.4 rules with regex also seem to have stopped working. I'm not sure if it needs the leading * anymore, but with or without it the rules don't seem to work as expected.
~\$.* should ignore files with ~$ in the name, but it doesn't ignore them. It doesn't seem like a regex with a leading ^ (to match the start of a name) ever worked either (can't get it to work in 3.0.4).