To sync files between 2 Linux servers follow these basic steps:
1-Establish trust between both servers via SSH.
2-Create script to sync files and restart a service.
3-Create a new service to monitor for changes and execute the script.
4-Test for success!