lsyncdで同期できない
以前lsyncdで同期でミラーリングを試みました。
しかし、サービスを起動したときにミラーリングはされるものの、ファイルが変更されたときにミラーリングされません。
答えはここにありました。
FAQ: The startup sync works but after that Lsyncd doesn't do anything!
This almost always caused by the fact you specified a network mounted directory as source.
Lsyncd requires the kernels inotify or fsevents interface to get noted of file changes. No known network filesystem (known to Lsyncd authors) supports forwarding file notifcations events.
Thus Lsyncd needs to run on the system where the files are located physically.
ここでもファイルシステムの影響で目論見がかないませんでした。
また、他の方法を探さないといけません。