cd/Users/mbsmac/Downloads/automysqlbackup-v3.0_rc6sudochownroot:wheelautomysqlbackupsudochmod0700automysqlbackupsudocpautomysqlbackup/usr/local/bin/sudomkdir/etc/automysqlbackupcd/etc/automysqlbackupsudocpautomysqlbackup.confmyserver.confsudochmod666myserver.conf# I changed the following lines in my server.conf in an external editor#CONFIG_mysql_dump_password='**********'#CONFIG_backup_dir='/Users/******/mysqlbackup'#CONFIG_mail_address='*****@****.com'sudochmod777automysqlbackup# save the .confsudochmod755automysqlbackup# First runautomysqlbackup/etc/automysqlbackup/servername.confNote:Parsedconfigfile/etc/automysqlbackup/myserver.conf.Error:Nobasedirfound,i.e./usr/local/bin/automysqlbackup:line835:6:Badfiledescriptor/usr/local/bin/automysqlbackup:line836:7:BadfiledescriptorSkippingnormaloutputmethods,sincetheprogramexitedbeforeanylogfilescouldbecreated.
Oh, dear. Any ideas to fix the problem? Perhaps, some kind of platform (Mac)-specifc workaround required here?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
is your servername,conf called myserver.conf? The program is looking for myserver.conf
Does /Users/*/mysqlbackup exist (ie your backupdir)?
Go through the manual steps in the README file and make sure all the files and dirs are in the right places. For example, if you do not use the default backup dir, then you need to tell the config script that it has changed. It should work on a Mac.
HTH
Mark
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm using Mac OS X Server 10.9.3.
First of all, install.sh failed.
So I tried manual installation as follows.
Oh, dear. Any ideas to fix the problem? Perhaps, some kind of platform (Mac)-specifc workaround required here?
is your servername,conf called myserver.conf? The program is looking for myserver.conf
Does /Users/*/mysqlbackup exist (ie your backupdir)?
Go through the manual steps in the README file and make sure all the files and dirs are in the right places. For example, if you do not use the default backup dir, then you need to tell the config script that it has changed. It should work on a Mac.
HTH
Mark