From e166542f57bc70ef0fefe399ceb43d60c4afc59c Mon Sep 17 00:00:00 2001 From: pditzel <pditzel@users.noreply.github.com> Date: Mon, 18 Dec 2017 08:19:21 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6b328f0..13e92a3 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,13 @@ Important: This Script is developed with debian GNU/Linux so it should work on debian and the most derived distributions. For the backup of your databases you need a propper client to connect to your databaseserver. -This script aims to backup many different databasetype eg. postgres, mysql or mongodb in one single program. So if you have to backup postgres you have to install the psql-client package. If you want to backup MySQL databases install the mysql-client package. +This script aims to backup many different databasetype eg. postgres, mariadb or mongodb in one single program. So if you have to backup postgres you have to install the psql-client package. If you want to backup MariaDB databases install the mariadb-client package. ## Features * Runs interactive and noninteractive -* Make Postgrsbackups (localy and remote) -* Make MySQL/MariaDB-Backups (coming soon) +* Make Pptgresbackups (localy and remote) +* Make MariaDB-Backups (work in progress) * Make MongoDB-Backups (coming soon) * Optinal keep a filehistory of backups * Optinal logging to syslog -- Gitblit v1.10.0