EnglishFrenchSpanish

Ad


OnWorks favicon

lsyncd - Online in the Cloud

Run lsyncd in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command lsyncd that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


lsyncd - a daemon to continuously synchronize directory trees

SYNOPSIS


config file
lsyncd [OPTIONS] CONFIG-FILE

default rsync behaviour
lsyncd [OPTIONS] -rsync SOURCEDIR TARGET ...

default rync+ssh behaviour (moves and deletes through ssh)
lsyncd [OPTIONS] -rsyncssh SOURCEDIR TARGETHOST TARGETDIR ...

default direct behaviour (local file operations/rsync)
lsyncd [OPTIONS] -direct SOURCEDIR TARGETDIR ...

DESCRIPTION


Lsyncd(1) watches local directory trees through an event monitor interface (inotify,
fsevents). It aggregates and combines events for a few seconds and then spawns one or more
processes to synchronize the changes. By default this is rsync(1). Lsyncd is thus a
light-weight asynchronous live mirror solution that is comparatively easy to install not
requiring new filesystems or block devices and does not hamper local filesystem
performance.

Rsync+ssh is an advanced action configuration that uses a SSH(1) to act file and directory
moves directly on the target instead of re-transmitting the move destination over the
wire.

Fine-grained customization can be achieved through the CONFIG-FILE. Custom action configs
can even be written from scratch in cascading layers ranging from shell scripts to code
written in the LUA(1) language. This way simplicity can be balanced with powerfulness. See
the online manual for details on the CONFIG-FILE
https://github.com/axkibe/lsyncd/wiki/Manual-to-Lsyncd-2.0.x .

Note that under normal configuration Lsyncd will delete pre-existing files in the target
directories that are not present in the respective source directory.

OPTIONS


-delay SECS
Overrides the default delay times.

-help
Show a help message.

-insist
Continues start up even if rsync cannot connect.

-log LEVEL
Controls which kind of events are logged. By default Lsyncd logs Normal and Error
Messages. -log scarce will make Lsyncd log Error messages only. -log all will log
all debug messages.

-log Category
Turns on a specific debug message. E.g. -log Exec will log all processes as they are
spawned.

-nodaemon
Lsyncd will not detach from the invoker and log as well to stdout/err.

-pidfile FILE
Lsyncd will write its process ID in FILE.

-runner FILE
Makes the Lsyncd core load the part of Lsyncd written in Lua from FILE.

-version
Writes version information and exits.

EXIT STATUS


0
Terminated on a TERM signal(7)

-1
Failure (syntax, unrecoverable error condition, internal failure)

Use lsyncd online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    LAME (Lame Aint an MP3 Encoder)
    LAME (Lame Aint an MP3 Encoder)
    LAME is an educational tool to be used
    for learning about MP3 encoding. The
    goal of the LAME project is to improve
    the psycho acoustics, quality and speed
    of MP...
    Download LAME (Lame Aint an MP3 Encoder)
  • 2
    wxPython
    wxPython
    A set of Python extension modules that
    wrap the cross-platform GUI classes from
    wxWidgets.. Audience: Developers. User
    interface: X Window System (X11), Win32 ...
    Download wxPython
  • 3
    packfilemanager
    packfilemanager
    This is the Total War pack file manager
    project, starting from version 1.7. A
    short introduction into Warscape
    modding: ...
    Download packfilemanager
  • 4
    IPerf2
    IPerf2
    A network traffic tool for measuring
    TCP and UDP performance with metrics
    around both throughput and latency. The
    goals include maintaining an active
    iperf cod...
    Download IPerf2
  • 5
    fre:ac - free audio converter
    fre:ac - free audio converter
    fre:ac is a free audio converter and CD
    ripper for various formats and encoders.
    It features MP3, MP4/M4A, WMA, Ogg
    Vorbis, FLAC, AAC, and Bonk format
    support, ...
    Download fre:ac - free audio converter
  • 6
    Matplotlib
    Matplotlib
    Matplotlib is a comprehensive library
    for creating static, animated, and
    interactive visualizations in Python.
    Matplotlib makes easy things easy and
    hard thing...
    Download Matplotlib
  • 7
    BotMan
    BotMan
    Write your chatbot logic once and
    connect it to one of the available
    messaging services, including Amazon
    Alexa, Facebook Messenger, Slack,
    Telegram or even yo...
    Download BotMan
  • More »

Linux commands

Ad