Hello, been using Toucan for a while now. Great tool!
I'm am simply trying to exclude a folder while performing a Sync operation. The preview shows the folder in the destination as red, which should mean that it will ignore the folder...
I get red lines in the log about not being able to create files (or folders, can't remember) that exist in the directory that is set to ignore.
My scenario:
-----------------------
P:\ *root*
\folder
\sync
\backup-pc-sync-folder *symbolic link to a network location*
\folder
Source: P:\
Destination: P:\sync\backup-pc-sync-folder
Exclude folder: sync (full path P:\sync has the same results)
-----------------------
I'm using these symbolic links (Win7) to network locations (I had trouble with Toucan and network paths...) so I don't have to map a drive on every PC I run Toucan on. I can simply point to one of the symbolic links.
This specific sync is my portable apps device. So you can see why I need to exclude the sync folder, since it's a subdirectory of the root...loops until disk space is consumed, haha.
So I'm not sure why the excluded path is being traversed.