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
- Host: GitHub
- URL: https://github.com/multani/rsync-inotify-from
- Owner: multani
- Created: 2013-08-28T13:13:33.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-28T13:13:41.000Z (almost 13 years ago)
- Last Synced: 2025-03-16T15:17:45.718Z (about 1 year ago)
- Language: Python
- Size: 102 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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.