first import
This commit is contained in:
22
automysqlbackup
Normal file
22
automysqlbackup
Normal file
@@ -0,0 +1,22 @@
|
||||
USERNAME=root
|
||||
PASSWORD="${MYSQL_ROOT_PASSWORD}"
|
||||
DBHOST=localhost
|
||||
DBNAMES=all
|
||||
BACKUPDIR="/var/lib/automysqlbackup"
|
||||
|
||||
MAILCONTENT="quiet"
|
||||
MAXATTSIZE="4000"
|
||||
MAILADDR="root"
|
||||
|
||||
MDBNAMES="$DBNAMES"
|
||||
DBEXCLUDE="information_schema mysql performance_schema"
|
||||
CREATE_DATABASE=yes
|
||||
SEPDIR=yes
|
||||
DOWEEKLY=6
|
||||
COMP=gzip
|
||||
COMMCOMP=no
|
||||
LATEST=no
|
||||
MAX_ALLOWED_PACKET=
|
||||
SOCKET=
|
||||
ROUTINES=yes
|
||||
|
||||
Reference in New Issue
Block a user