Modula Replication Engine is a file replication engine for system-wide real-time replication implemented in C++ for GNU/Linux operating systems.
First, ensure syslog is running on the GNU/Linux system:
sudo service rsyslog startFor building Modula Replication Engine from source in a GNU/Linux distribution, first ensure that you have a C++ compiler that supports C++20.
After doing so, clone this repository:
git clone https://github.com/jc-juarez/modula_replication_engine/And finally run the build script:
chmod +x build.sh && ./build.shThe output modula file will be located under the build directory.