Skip to content

rodrigoalviani/full-mysql-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Full MySQL Backup

Backup all databases on a MySQL server.

How To Use

Change only this lines:

$cfgBackupPath  = "/root/backup";
$cfgBackupDate  = date("Y-m-d_H-i-s");
$cfgServerHost  = "127.0.0.1";
$cfgServerUser  = "root";
$cfgServerPass  = "";
$cfgBackupPurge = 7; // Max history time in days

About

PHP script to backup all databases in a MySQL server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages