first commit

This commit is contained in:
Naum Soloveychik
2020-01-10 21:34:23 +03:00
parent dfc13019a0
commit 6d309751f4
2 changed files with 187 additions and 0 deletions

View File

@@ -1,2 +1,17 @@
# mysql_backup
MySQL backup shell script
Feature rich MySQL / MariaDB backup script.
# Setup password
Set mysql `user` and `password` to user that execute script using `.my.cnf` in user homedir.
# .my.cnf example
```
[client]
user = mysqldump
password = secret_passwd_here_HMnab4sBMmMwtDgvF=qZuuU#gsED9u6J
host = localhost
```