mirror of
https://github.com/octoleo/lsyncd.git
synced 2025-01-10 02:07:13 +00:00
12 lines
500 B
Markdown
12 lines
500 B
Markdown
---
|
||
layout: default
|
||
title: "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.
|
||
|
||
## [‹‹ back to FAQ index](../)
|