Reputation: 603
I'm looking for a software or script to make a daily backup (automatic) of a mysql database. Any suggestions?
Right now my solution is to use Mysql workbench with mysql dump, but I have to do it manually, so anything free and automatic would be appreciated.
Thanks!
Upvotes: 0
Views: 378
Reputation: 354536
The documentation details various backup types. But if you just want it automatically, make it a scheduled task or a cron job. That's what those services are for.
Upvotes: 2