#15266 closed submission (fixed)
ZRM -- Zmanda Recovery Manager for MySQL -- Portfile
Reported by: | kmayer (Ken Mayer) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | jmroot (Joshua Root) | |
Port: | mysql-zrm |
Description
Submitted for your approval, a mysql backup suite that sucks less.
I've been using ZRM for my MySQL5 backups and find it far less annoying than some of the other alternatives. Since I had to deploy it to multiple machines, I decided to automate it and create a Portfile for others in the community. This initial port is not tested for remote backup servers, but it works fine with local copies of mysql5 (using the default Leopard installation).
This is my first submitted Portfile, I probably made a few stylistic errors, so be gentle.
The source tar ball from zmanda.com has no configuration or installation scripts (although they do have deb & rpm bundles); it's just a destroot-like directory tree. Not exactly like the ports hierarchy, however. I had to write a bunch of reinplace script / patches to move things around, and rewrite paths appropriately.
I have installed this successfully on Tiger & Leopard.
Attachments (1)
Change History (9)
comment:1 Changed 17 years ago by kmayer (Ken Mayer)
Changed 16 years ago by kmayer (Ken Mayer)
Attachment: | mysql-zrm.tar added |
---|
Portfile Revision 6. MD5 (mysql-zrm.tar) = 3076618ef8d2e5f49d6c29b80c85be97
comment:3 follow-up: 4 Changed 16 years ago by raimue (Rainer Müller)
Just digged up this very old ticket. Sorry for the long delay. Are you still interested in addition and maintaining?
comment:4 Changed 16 years ago by kmayer (Ken Mayer)
Replying to raimue@…:
Just digged up this very old ticket. Sorry for the long delay. Are you still interested in addition and maintaining?
Sure! Sign me up!
comment:5 Changed 16 years ago by jmroot (Joshua Root)
Cc: | jmr@… added; kmayer@… removed |
---|---|
Port: | mysql-zrm added |
Priority: | Not set → Normal |
Resolution: | → fixed |
Status: | new → closed |
Committed in r48493 with a few changes:
- obfuscated maintainer address
- changed ${destroot} to ${destroot}${prefix} in a couple places
- deleted revision line (initial revision should be 0, which is the default)
comment:6 Changed 16 years ago by jmroot (Joshua Root)
Type: | enhancement → submission |
---|
comment:7 Changed 16 years ago by (none)
Milestone: | Port Submissions |
---|
Milestone Port Submissions deleted
Here's the port file (from the included tar file), for review