On Wed, Aug 12, 2015 at 04:19:06PM +1000, Malcolm Herbert wrote: > I have used this in the past to implement a poor-man's cluster solution > using lsyncd and rsyncd
Yes, I tried porting lsyncd to NetBSD: you quickly hit kern.maxfiles because it needs to open a file descriptor for every single node monitored. -- Emmanuel Dreyfus [email protected]
