RECENT POSTS
Mysqlbackup
May 26, 2018
Creates MySQL backups on a periodic basis
mysqlbackup create MySQL-database servers backup easy
Why mysqlbackup?
-
Requires minimum coding to create everyday MySQL-backups with some additional functions.
-
Backups can be compressed on-the-fly and automatically rotated after specified number of a days past.
-
“Slave mode” feature - stop slave, save it’s status and then create backup. Start slave afterwards.
-
Includes basic database maintenance check, optimize tables before backup creation.
-
It can be safely used on a large MySQL installations 1000+ databases.
-
It is written in sh - code interpreter available in a base system.
WWW https//code.google.com/archive/p/mysqlbackup/
- Older
- Newer