Zmanda Recovery Manager (ZRM) for MySQL simplifies the life of a Database Administrator who needs an easy-to-use yet flexible and robust backup and recovery solution for MySQL server. You can find a quick start guide at: http://www.zmanda.com/quick-mysql-backup.html
Zmanda Recovery Manager (ZRM) for MySQL simplifies the life of a Database Administrator who needs an easy-to-use yet flexible and robust backup and recovery solution for MySQL server. You can find a quick start guide at: http://www.zmanda.com/quick-mysql-backup.html
To install mysql-zrm, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install mysql-zrm
To see what files were installed by mysql-zrm, run:
port contents mysql-zrm
To later upgrade mysql-zrm, run:
sudo port selfupdate && sudo port upgrade mysql-zrm
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.