My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 10
This project is currently maintained on [http://launchpad.net/inotify-java Launchpad]. The inotify-java API provides an event-based mechanism for monitoring Linux file system events using the inotify interface provided by glibc (versions `2.4` and up) and the Linux kernel, starting from `2.6.13`...
This project has moved to http://github.com/iaslanidis/pylsyncd Pylsyncd is a python implementation similar to [http://code.google.com/p/lsyncd/ lsyncd] that uses [http://rsync.samba.org/ rsync] to synchronize local directories with several remote machines running rsyncd. Pylsyncd monitors recurs...
Newshiz is a web-based filesystem browser with an emphasis on keeping track of the latest files. Newshiz is informed about new files by inotify. It runs under supervisord. components: * inotify_watcher first reads all files in a tree into a db, thereafter listens for inotify events and adds/r...
libpnotify is an event notification framework for monitoring files and directories. It is designed to be portable across different Unix-like kernels and currently supports Linux and BSD. The API is very similar to the inotify(7) API under Linux. libpnotify has been ported to the following plat...
*remotecores* is a client/server Linux application used to watch a specific directory for core files and transfer them to a remote server for retrieval.
fspy is an easy to use linux filesystem activity monitoring tool which is meant to be small, fast and to handle system resources conservative. you can apply filters, use diffing and your own output format in order to get the best results.
Very simple PHP extension for [http://inotify-tools.sourceforge.net/ inotify-tools] which provides a simple interface to inotify. {{{ <?php inotifytools_initialize(); $wd = inotifytools_watch_recursively('/tmp', IN_MOVE | IN_CLOSE_WRITE); while (1){ while ($ev = inotifytools_next_event(1))...
A really simple plugin for Banshee music player, that watches your library directory for new files, adds them to player library and displays a simple notification. For now it only works while running Banshee, and it will only add mp3 files. Screenshot : http://www.karateklub-sensei.si/g...
Blackgold is a relatively simple gallery script. There is no interface; it sits and watches filesystem events and updates thumbnails and indexes accordingly.
Openduckbill is a simple command line backup tool for Linux, which is capable of monitoring the files/directories marked for backups for any changes and transferring these changes either to a local backup directory or a remote NFS exported partition or to a remote ssh server using the very common,...