Our company has launched an online contest for our dedicated clients and we are collecting some really important information from them in order join the contest. My boss wants me to create a database backup every half an hour to make sure we reduce the data loss chance to the minimum possible. I have create Full Article…
Viewing 1 to 2 of 2 items
MySQL Daily Backup and Transfer to other Server
When you have 2 MySQL server which is not running in replication or cluster, is recommended to have MySQL backup running daily. This will help you on fast restoration, reliable data backup and disaster recovery. I have created a bash script to run daily and make sure the data is save into local disk and Full Article…