Live Syncing (Mirror) Daemon
http://code.google.com/p/lsyncd/
Lsyncd (Live Syncing (Mirror) Daemon) uses rsync to synchronize local directories with a remote machine running rsyncd. It watches multiple directory trees through inotify. The first step after adding the watches is to rsync all directories with the remote host, and then the software synchronizes single files by collecting the inotify events. lsyncd is a lightweight live mirror solution that should be easy to install and use while blending well with your system.
- Developed at network:synchronization:files
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:rguenther:plgrnd/lsyncd && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
lsyncd.changes | 0000012679 12.4 KB | |
lsyncd.conf | 0000000340 340 Bytes | |
lsyncd.logrotate | 0000000063 63 Bytes | |
lsyncd.service | 0000000631 631 Bytes | |
lsyncd.spec | 0000003438 3.36 KB | |
lsyncd.sysconfig | 0000000226 226 Bytes | |
release-2.3.1.tar.gz | 0000125126 122 KB | |
rsync_sudo.sh | 0000000064 64 Bytes |
Comments 1
There are couple new releases available on the GitHub: https://github.com/lsyncd/lsyncd/releases.
Also project's page on Google Code now refers to the GitHub.