MariaDB Docker Container - Setup Daily Backup with Crontab
Every day at 7:00 PM I make a dump of every MariaDB database. This can be done by calling mysqldump from the MariaDB container. I’m using the crontab to schedule this.
[ Read More]