sauvegarde_mysql: let's re-add 'mysql' database
This commit is contained in:
parent
04a338ac3a
commit
00290cc1e1
1 changed files with 1 additions and 2 deletions
|
@ -8,8 +8,7 @@ MYSQLDUMP_EXTRA_ARGS="--add-drop-table"
|
|||
PREFIXE="sauv_mysql_"
|
||||
SUFFIXE=_$( date +%Y%m%d-%H%M%S ).sql.gz
|
||||
NB_DAYS_BEFORE_DELETION="30"
|
||||
BASES_EXCLUDED="mysql
|
||||
information_schema
|
||||
BASES_EXCLUDED="information_schema
|
||||
performance_schema"
|
||||
|
||||
# Small note for a backup of a random directory in crontab
|
||||
|
|
Loading…
Reference in a new issue