mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
ab5686c47a
- Fix WWW: - Cosmetic fixes Approved by: portmgr blanket
22 lines
676 B
Plaintext
22 lines
676 B
Plaintext
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. "Slave mode" feature - stop slave, save it's status and then create backup.
|
|
Start slave afterwards.
|
|
|
|
4. Includes basic database maintenance: check, optimize tables before backup
|
|
creation.
|
|
|
|
5. It can be safely used on a large MySQL installations (1000+ databases).
|
|
|
|
6. It is written in sh - code interpreter available in a base system.
|
|
|
|
WWW: https://code.google.com/archive/p/mysqlbackup/
|