Add mysqldump example

This commit is contained in:
3wc 2020-09-22 00:05:28 +02:00
parent 46de298b7f
commit efd43752d6
1 changed files with 6 additions and 0 deletions

View File

@ -11,3 +11,9 @@ Docker stack magic 🎩🐇
## Hacking
`make dev_install`
## Examples
```
abra run mariadb mysqldump gitea -p'GdIbMeS09SURRktBnm3jcTufsL5z0MPd' | gzip > ../git.autonomic.zone_mariadb_`date +%F`.sql.gz
```