lsyncd

Watch files and directories and run rsync when they change. It is often used to keep two directories on separate systems in sync, ensuring that changes made in one directory are immediately mirrored to the other. More information: <https://github.com/lsyncd/lsyncd>.

Debian Debian
RUN apt-get update && \ apt-get install -y lsyncd
Ubuntu
RUN apt-get update && \ apt-get install -y lsyncd
Alpine
RUN apk add lsyncd
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y lsyncd
Fedora
RUN dnf install -y lsyncd
Raspbian
RUN apt-get update && \ apt-get install -y lsyncd
click the source code to copy install lsyncd on any operating system with command-not-found.com