Search found 2 matches

by bobbycircle
16 Nov 2015, 21:47
Forum: Help
Topic: Cannot exclude hidden "Icon" files on OS X
Replies: 2
Views: 957

Re: Cannot exclude hidden "Icon" files on OS X

I sorta figured it out! There's an invisible char at the end of the filename (it's the carriage return char `'\r'`), so using just `*/Icon` won't match.

I don't know how to specify special chars to the filter (`*/Icon\r` does not work) but using `*/Icon?` works for now.

Unfortunately that might ...
by bobbycircle
16 Nov 2015, 21:34
Forum: Help
Topic: Cannot exclude hidden "Icon" files on OS X
Replies: 2
Views: 957

Cannot exclude hidden "Icon" files on OS X

My source folder tree is a local Google Drive folder. It contains some hidden "Icon" files (which are likely used to decorate the folder icons with the Google Drive logo.) These files appear to have 0KB file size. I am trying to exclude them from a mirror operation (using the filter `*/Icon`) but it ...