An open API service indexing awesome lists of open source software.

https://github.com/multani/rsync-inotify-from

Inotify-based rsync daemon
https://github.com/multani/rsync-inotify-from

Last synced: 7 months ago
JSON representation

Inotify-based rsync daemon

Awesome Lists containing this project

README

          

==========================
Inotify-based rsync daemon
==========================

Sample usage::

rsync-inotify-from paths-to-monitor target-host

Where:

* ``paths-to-monitor`` is a file containing a list of paths to monitor for
changes, one path per-line;
* ``target-host`` is the host to transfer the changed files to.

TODO
----

* Write a real ``README`` file
* Improve command-line parsing & co.