lsyncd/TODO

10 lines
447 B
Plaintext
Raw Normal View History

2008-08-06 13:04:01 +00:00
* React on signal HUP resync and rewatch everything.
2008-11-20 22:13:11 +00:00
* Workaround the kernel watches limit by opening another inotify
2008-08-06 13:04:01 +00:00
instance when needed.
* React on inotify OVERFLOW messages in resyncing everything, something might
have been missed.
* Allow more complicated exclusion masks.
* Do not call rsync at all if a file was edited that falls under the exclusion
2010-06-05 06:38:37 +00:00
mask (currently it is called, and rsync drops it).
2008-08-06 13:04:01 +00:00
* improve config.h.in generation