-
Notifications
You must be signed in to change notification settings - Fork 104
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
Latest file name are not cleaned #46
Comments
I can replicate the same issue. Very annoying. It errors at the 'mv' command. The last output looks like this: Error log below.. |
@theonlydoo @sktnetwork in case you're still looking for a solution to this, the problem is in the expansion of I haven't resolved the actual problem with this expansion - but in my case I'm only using automysqlbackup on linux so I changed line 317 to look like this:
(basically replacing the |
I recently ran into this, and I think the problem is that the # BEGIN Plattform specific configuration
# Check for sed option if osx is used
if [ "`uname -s`" = "Darwin" ]; then
sed_Regex='E'
du_opts='-hs'
else
sed_Regex='r'
du_opts='-hs --si'
fi
export sed_Regex |
Hey there, I used AutoMySQLBackup with those config lines enabled:
and it results in
am i missing something?
The text was updated successfully, but these errors were encountered: