Quote:
(it feels lonely to be the only one to answer your own posts :-)
Give us some time ;) it's saturday early morning, and long holidays as well !
Quote:
I'd just be happy with a scheduled cron copy of the index across machines via scp or similar.
that's basically what the master/slave do, as you have figured out. The difference over scp / rsync is that having the backend trigger the copy, it knows when it's safe to do (it's in sync with it's own timer to switch writing to the other directory).
Quote:
Should I also use a filesystem-slave on the frontend, just to be totally safe?
yes
Quote:
Will I copy the lock file as well?
up to you, if you do that with your own script.. it's not needed but should not make trouble on the slaves;
Quote:
Will the slave be influenced by a lock file in its own copy?
No, since the slaves should not write to it. They will get an exception if attempting to write to it, so it might be safer to keep the lock so you will notice that some configuration is wrong ;)