Skip to content

jabysa/mysql-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

mysql-backup

Super full smart backup of all databases mysql

Configuration and change path backup or ignore databases

vi smart-backup.sh 

Start create full backup

sh smart-backup.sh 

For import use this command

for SQL in *.sql; do DB=${SQL/\.sql/}; echo importing $DB; mysql $DB -f -u root -p'yourPassword' < $SQL; done

About

Super full smart backup of all databases mysql

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages