|
@@ -1,5 +1,7 @@
|
|
# docker: openssh-server invoking mysqldump 🐳
|
|
# 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.
|
|
Whenever a SSH client connects `mysqldump` will be executed.
|
|
|
|
|
|
Useful to fetch backups via [rsnapshot](https://rsnapshot.org/).
|
|
Useful to fetch backups via [rsnapshot](https://rsnapshot.org/).
|