Live Syncing (Mirror) Daemon

Edit Package lsyncd
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.

  • osc checkout Utilities/lsyncd && cd $_
  • Create Badge
Refresh
Refresh
Source Files
Filename Size Changed
lsyncd.changes 0000013128 12.8 KB
lsyncd.conf 0000000340 340 Bytes
lsyncd.logrotate 0000000063 63 Bytes
lsyncd.service 0000000614 614 Bytes
lsyncd.spec 0000003608 3.52 KB
lsyncd.sysconfig 0000000226 226 Bytes
release-2.3.1.tar.gz 0000125099 122 KB
rsync_sudo.sh 0000000064 64 Bytes
Latest Revision
Samu Voutilainen's avatar Samu Voutilainen (Smar) committed (revision 4)
- Dropped upstreamed patch lsyncd-lua.patch
- Dropped upstreamed pacth lsyncd-man.patch

- Update to 2.3.1:
  - multiple bugfixes
  - code cleanup
- Update to 2.3.0:
  * Whats new
    - nix flake support
    - support for tunnel commands
    - support for batchSizeLimit
    - -onepass option
    - crontab support
    - support relative executable paths
  * What's Changed
    - Fix typo: width => with
    - default.collect: Print target
    - Fix typo: Exlcusions => Exclusions
    - Updated lbash.lua and lrsync.lau to remove the equals (=)
    - fix: direct mode allows injecting unauthorized filesystem operations
    - config file url
    - Add example config for syncing with an AWS S3 bucket
    - Fix for non-versioned lua not being searched in Cmake
    - Enable ssh._extra args
    - Remove /System/Volumes/Data from fsevent paths on macOS
    - version format in lua.h changed
    - add -onepass option, allowing exit after initial sync
    - Expose rsync's copy_unsafe_links
    - Fixed typo at readme.md
    - allow deleting excluded files with rsync
Comments 0