From 155d73983ba519e4b4b60456d6e92e5dc621a999 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sun, 1 Dec 2019 15:27:24 +0100 Subject: [PATCH] README: Added description for mysql/backup_database --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 492a721..dfc9a45 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ Following roles have been defined to make creating a server configuration easy: - **system_user** creates a system user - **mysql** defines roles for handling mysql databases and users, uses *MariaDB* - **application** installs the main application with automatic backup + - **backup_database** configures auto backup for a given mysql database - **database** configures a database for an external application with its own user - **nginx** defines roles to set up virtual servers, certificates will be requested by default - **application** installs and configures the main requirements