So you have your mysql database running on lets call it SERVER01 and now you want to replicate data to SERVER02, maybe for failover, or just to take load off the master machine so you can do backups and reporting…
So you have your mysql database running on lets call it SERVER01 and now you want to replicate data to SERVER02, maybe for failover, or just to take load off the master machine so you can do backups and reporting…
Create a text file in your /home folder called “cronjobs.txt” Open it and add a line for each job you want to run: 0 * * * * /usr/bin/unison 0 */5 * * * /usr/bin/cleanup The first line will run…
Recent Comments