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 start
For 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.sh
The output modula
file will be located under the build
directory.