diff --git a/restore-mysql-daily b/restore-mysql-daily index b24057a..5a6d29f 100644 --- a/restore-mysql-daily +++ b/restore-mysql-daily @@ -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)