How to Install inosync in Ubuntu 18.04



Install inosync by entering the following commands in the terminal:

sudo apt update
sudo apt install inosync

Description:

notification-based directory synchronization daemon

The inosync daemon uses the inotify service available in recent Linux kernels to monitor and synchronize changes within directories to remote nodes using rsync. . System administrators have relied on cron+rsync for years to constantly synchronize files and directories to remote machines. It is not feasible to let authors wait for their content to get synchronized every x hours with regard to the enormous pace of articles and podcasts nowadays.

Homepage: https://github.com/hollow/inosync

Version: 0.2.3+git20120321-3

Section: universe/utils