mickours / lsyncd

Automatically exported from code.google.com/p/lsyncd
GNU General Public License v2.0
0 stars 0 forks source link

Implement support for fsnotify / entire system backup #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
(enhancement request)

Linux 2.6.31 or later have a new feature, "fsnotify", that is supposed to
have good performance for the "all files" case, and so may make lsyncd
suitable for entire-system backup.

http://www.pubbs.net/kernel/200905/109416/ has some good discussion.

Original issue reported on code.google.com by pikamu...@gmail.com on 13 Nov 2009 at 10:03

GoogleCodeExporter commented 9 years ago
fsnotify seems to be kernel internal thing, not someting I could use in 
userspace yet. It is now an interface for inotify. fanotify might replace this 
in future. Will monitor it ;-)

Original comment by axk...@gmail.com on 11 Jul 2010 at 7:40

GoogleCodeExporter commented 9 years ago
fanotify does not feature move events making it currently unusable.

Original comment by axk...@gmail.com on 28 Nov 2010 at 10:37