./wip/syncthing-inotify, Inotify file watcher intended for use with Syncthing

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.6.7, Package name: syncthing-inotify-0.6.7, Maintainer: pkgsrc-users

Syncthing (core) uses a rescan interval to detect changes in folders. This
application (syncthing-inotify) uses OS primitives to detect changes as soon
as they happen. Therefore, if you save a file, syncthing-inotify will know
about it and pass this information to Syncthing such that near real-time
synchronisation can be achieved.


Required to run:
[net/syncthing]

Required to build:
[lang/go] [pkgtools/cwrappers] [wip/go-backoff] [wip/go-notify]

Master sites:

RMD160: 5014fa241d122655c7c93fc1789207d0120a85bb
Filesize: 17.357 KB

Version history: (Expand)


CVS history: (Expand)


   2015-04-26 00:26:45 by Tobias Nygren | Files touched by this commit (1)
Log message:
It still needs go-backoff. Noted by wiz.
   2015-04-25 19:13:03 by Tobias Nygren | Files touched by this commit (2)
Log message:
Update to syncthing-inotify-0.6 which supports syncthing-0.11.0 protocol.
   2015-03-14 09:35:33 by Thomas Klausner | Files touched by this commit (1)
Log message:
Add build dependency on lang/go.
   2015-03-12 22:25:48 by Tobias Nygren | Files touched by this commit (4)
Log message:
Import syncthing-inotify-0.5 as wip/syncthing-inotify.

Syncthing (core) uses a rescan interval to detect changes in folders. This
application (syncthing-inotify) uses OS primitives to detect changes as soon
as they happen. Therefore, if you save a file, syncthing-inotify will know
about it and pass this information to Syncthing such that near real-time
synchronisation can be achieved.