even if i add this to the config:
CONFIG_db_exclude=( 'information_schema' 'performance_schema' 'sys' )
at every backup I get this error when full schema is enabled:
mysqldump: Got error: 1142: SELECT, LOCK TABLES command denied to user 'backupuser'@'localhost' for table 'accounts' when using LOCK TABLES
this is because full schema backup use the --all-databases option instead of getting a list of db minus the virtual db to remove.
bad milestone this is actually against 3.0