sersync+rsync real-time backup of conference data
The original scheme of linux is inotify+rsync to realize real-time data backup;
inotify monitors the file system under linux at the linux kernel level, and records the open/access/modify operations of files;
inotify has two shortcomings:
rsync takes up too many resources due to the combination of rsync and rsync files. 1. It takes too long t ...
Posted by bav on Wed, 23 Feb 2022 13:29:37 +0100