fradelg / docker-mysql-cron-backup

Docker image to backup all your databases periodically
Apache License 2.0
295 stars 111 forks source link

Request: Feature to ignore certain tables #101

Closed ghost closed 1 year ago

ghost commented 1 year ago

Could be done with mysqldump --ignore-table=DATABASE.table1 --ignore-table=DATABASE.table2 and then some ENV var in the compose file.

fradelg commented 1 year ago

You can inject your mysqldump extra arguments in the variable MYSQLDUMP_OPTS