b3efa71360
- Add LICENSE (BSD) - Update MASTER_SITES and WWW link (project now hosted on googlecode) PR: ports/159987 Submitted by: Alexey V. Degtyarev <alexey@renatasystems.org> (maintainer)
18 lines
548 B
Text
18 lines
548 B
Text
mysqlbackup: create MySQL-database servers backup easy
|
|
|
|
Why mysqlbackup?
|
|
|
|
1. Requires minimum coding to create everyday MySQL-backups with some
|
|
additional functions.
|
|
|
|
2. Backups can be compressed on-the-fly and automatically rotated after
|
|
specified number of a days past.
|
|
|
|
3. Includes basic database maintenance: check, optimize tables before
|
|
backup creation.
|
|
|
|
4. It can be safely used on a large MySQL installations (1000+ databases).
|
|
|
|
5. It is written in sh - code interpreter available in a base system.
|
|
|
|
WWW: https://mysqlbackup.googlecode.com
|