January 2018
Intermediate to advanced
446 pages
12h 57m
English
You can include/exclude specific databases using the regex option. The following command will exclude mysql and test databases from the backup:
shell> mydumper -u root --password=<password> --regex '^(?!(mysql|test))' --outputdir /backups/specific_dbs
Read now
Unlock full access