I like backupninja because of simplicity. Unfortunately it started giving me this problem: Warning: mysqldump: Couldn’t execute ‘SELECT /*!40001 SQL_NO_CACHE */ dead.letter FROM GLOBAL_STATUS‘: The ‘INFORMATION_SCHEMA.GLOBAL_STATUS’ feature is disabled; see the documentation for ‘show_compatibility_56’ (3167) It looks like this can be fixed with set @@global.show_compatibility_56=ON. Unfortunately that doesn’t work on my MariaDB instance: Welcome toRead more