Files
mysql_backup/README.md
Naum Soloveychik 6d309751f4 first commit
2020-01-10 21:34:23 +03:00

17 lines
347 B
Markdown

# 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
```