Search Results

6
votes
4answers
810 views

Best way to backup MySQL data on Linux server

What is the best method to backup large (4 GB) MySQL databases. I currently use a cron job every night that mysqldumps everything and I keep 3 days of backups. Also what backup mech …