
MySQL database backup with Cron
After creating two different MySQL database backup tools in Python here and here, we can improve the database backups by automating them. This is where Cronjobs come in handy. Cronjobs are available on Unix-like systems and make it possible to execute commands on specified times or time intervals.…
Read more