<div dir="ltr">I have a recurring problem where TM cannot detect file changes. <div><br></div><div>This is because I work on a a remote filesystem (Centos), which is mounted via AFP. </div><div>Its actually a VM running on ESXI Server on my LAN, although a Vagrant or VMWare setup is quite common now. </div><div><br></div><div>From what I understand, TM uses kqueue or BSD's FSEvents for file notifications (I suspect kqueue?). </div><div><br></div><div>Its causing me a lot of problems as I switch git branch and TM doesn't always detect it, sometimes resulting in a file from another branch being saved over the top. <br></div><div><br></div><div>A bit of googling shows there is libkqueue, which tries to provide a kqueue interface on top of the underlying host OS, but its not clear to me whether this would be suitable for a remote fs, even if it was feasible to compile into TM.</div><div><br></div><div>Has anyone found a workaround to this please?</div><div><br></div><div><br></div></div>