1
I am using Dropbox 2.4.10 on OS X. I use Spotlight with an encfs-encrypted folder inside my Dropbox, which is mounted with the -o local
option to get it to work on OS X 10.9 (see here). As a result, Spotlight puts a .Spotlight-V100
directory inside my encfs-encrypted folder. This directory, and all the files and directories within it, are owned by root:staff
, which means Dropbox cannot synchronise them (I get an "Access denied" message from Dropbox on the Settings menu).
How can I get Dropbox not to attempt to synchronise this folder, and hence remove this message? Alternatively, is there another way to solve this (mostly cosmetic) problem? Note that the "Selective Sync" feature of Dropbox doesn't work for this problem, as the folder has never been synchronised, so doesn't appear in the list (at least, I think that's the reason).
The following question proposed a possible solution to your problem. It seems that
Selective Sync
really should list the folder though. – Ramhound – 2014-01-03T16:26:44.8631Maybe you could create the folder manually first (not mounting it) with the folder you want to ignore, ignore that and then put in the real files. (If the problem is indeed permissions) – Jozef Legény – 2014-01-03T18:03:03.120
Jozef, good idea. I did a variation of that: paused Dropbox sync, changed the perms to my user on the encfs folder for Spotlight (but not the contents), started Dropbox sync to sync that folder, then went into the Dropbox settings and ignored it using Selective Sync. That seems to be working (including on my other machines, where the folder shows up empty). If you write that up as an answer, I can mark it correct. – Andrew Ferrier – 2014-01-06T21:06:49.647