Browse Source

readme: extend description

Fabian Peter Hammerle 4 years ago
parent
commit
3a9099bf1b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -1,5 +1,7 @@
 # docker: openssh-server invoking mysqldump 🐳
 
+Create logical backups of [mariadb](https://mariadb.com/kb/en/backup-and-restore-overview/) and [mysql](https://dev.mysql.com/doc/refman/5.7/en/backup-types.html) databases via SSH.
+
 Whenever a SSH client connects `mysqldump` will be executed.
 
 Useful to fetch backups via [rsnapshot](https://rsnapshot.org/).