holland-backup / holland

Holland Backup Manager
http://hollandbackup.org
Other
152 stars 49 forks source link

add arg_per_database. #235

Closed soulen3 closed 6 years ago

soulen3 commented 6 years ago

Add new option that allows user's to specify mysqldump arguments per database, when file-per-database is true

#arg-per-database is only used if file-per-database is true ## takes a json object {"table1": "--arg", "table2": "--arg"} arg-per-database = {"employee1": "--no-data"}

Fixes #180