How to Install lsyncd on Fedora 22
lsyncd is an rsync-based tool that monitors specified directories (including subdirectories) for updates and modifications, then syncs those changes to a specified destination.
Pre-Flight Check
- These instructions are intended specifically for installing the lsyncd on Fedora 22.
- I’ll be working from a Liquid Web Self Managed Fedora 22 server, and I’ll be logged in as root.
Step #1: Install lsyncd
First, you’ll follow a simple best practice: ensuring the list of available packages is up to date before installing anything new.
dnf -y update
At this point, installing lsyncd is as simple as running just one command:
dnf -y install lsyncd
Step 2: Example Configuration File Locations
Example configuration files can be found in the following directory:
cd /usr/share/doc/lsyncd/examples
A basic configuration can be found in lrsync.lua:
/usr/share/doc/lsyncd/examples/lrsync.lua
For a refresher on editing files with vim see: New User Tutorial: Overview of the Vim Text Editor
To view or edit lrsync.lua:
vim /usr/share/doc/lsyncd/examples/lrsync.lua
The lsyncd configuration file is written in the programming language Lua. Learn more about Lua here: http://www.lua.org/docs.html
Related Articles:

About the Author: J. Mays
As a previous contributor, JMays shares his insight with our Knowledge Base center. In our Knowledge Base, you'll be able to find how-to articles on Ubuntu, CentOS, Fedora and much more!
Our Sales and Support teams are available 24 hours by phone or e-mail to assist.
Latest Articles
Best authentication practices for email senders
Read ArticleWhat is SDDC VMware?
Read Article2024 cPanel and Plesk pricing breakdown
Read ArticleCentOS Linux 7 EOL — everything you need to know
Read ArticleHow to install Node.js on Linux (AlmaLinux)
Read Article