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 openSUSE:Backports:SLE-15-SP4:FactoryCandidates/lsyncd && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
lsyncd-lua.patch | 0000001538 1.5 KB | |
lsyncd-man.patch | 0000000559 559 Bytes | |
lsyncd.changes | 0000011564 11.3 KB | |
lsyncd.conf | 0000000340 340 Bytes | |
lsyncd.logrotate | 0000000063 63 Bytes | |
lsyncd.service | 0000000277 277 Bytes | |
lsyncd.spec | 0000003468 3.39 KB | |
lsyncd.sysconfig | 0000000226 226 Bytes | |
release-2.2.3.tar.gz | 0000085165 83.2 KB | |
rsync_sudo.sh | 0000000064 64 Bytes |
Revision 17 (latest revision is 20)
Dominique Leuenberger (dimstar_suse)
accepted
request 877495
from
Mikhail Kasimov (k_mikhail)
(revision 17)
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.