Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It has not been long enough since the last incremental backup, nothing done #1

Open
nickzoid01 opened this issue Oct 4, 2019 · 0 comments

Comments

@nickzoid01
Copy link

Im trying to perform incremental backups each hour, and a full backup each 24 hours. Retention set to 1 week. However, Im getting an email notification from the cronjob every hour saying:

"It has not been long enough since the last incremental backup, nothing done"

This is the config Im using:

backupDir=/backup/mysql
mounttype=hard
nfsmountpoint=/backup/mysql
incrtype=full
tmpDir=/tmp
mysqlUser=grep user ~/.my.cnf | head -n 1 | cut -d"=" -f2 | awk '{print }'
mysqlPwd="grep password ~/.my.cnf | head -n 1 | cut -d\"\\\"\" -f2 | awk '{print }'"
hoursBeforeFull=167
hoursBeforeInc=24
compression=false
compressThreads=1
keepDays=7
keepWeeks=5
keepMonths=12
sendEmail=always
backupLog=$tmpDir/autoxtrabackup.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant