2022-11-03 11:29:03

This commit is contained in:
2022-11-03 11:29:03 -04:00
parent cd6fa4a59f
commit 0c3f3e18b5

View File

@@ -3,8 +3,8 @@ ARCHPATH='/path/to/backup/daily/*'
SKIPDBS=('mysql' 'tables' 'to' 'skip')
FULLRESTORE=true
SKIPDBS=('mysql')
SETPOSDB=null
CFG=~/.my.cnf
SETPOSDB=db_for_master_log_position
CFG='~/.my.cnf'
#---
START=$(date +%s)