Skip to content

link0ln/mysql_backuper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

mysql_backuper

This script will backup all mysql db to different dirs by name of DBs. Dirs will contain compressed tables data like .tar.bzip2 for each table.

###First of all change in script:

my $user        = "<user>"; # username to connect to localhost
my $pass        = "<password>"; #password to connect to localhost
my $backup_path = "/data/mysql_backups"; # path without last slash

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages