From d01230c2c8364ac3af6cde22b910caf0183753f3 Mon Sep 17 00:00:00 2001 From: netbenix Date: Tue, 23 Nov 2021 09:40:33 +0100 Subject: [PATCH] Updated README.md --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 86ec1f9..f1c1107 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,19 @@ Please keep in mind that this project is WIP. ## What can it do? - Backup you stuff via a dynamic configuration (done!) -- Log the Backup progress to a database (planned) +- Log the Backup progress to a database (in progress) - Upload the files to a remote storage of your choice (see [Storage Types](#storage-types)) ## Database Types -- MariaDB (soon) -- MySQL (far future) +- MariaDB (done!) +- MySQL (soon) - MS-SQL (far future) +| Database Type | Config Type | +|-------------------|---------------------------| +| MariaDB | mariadb | + ## Storage types - Local storage (soon) @@ -35,7 +39,7 @@ Please keep in mind that this project is WIP. |---------------------|:----------------:|------------------------------------------------| | localBackupPath | string | Path where local backups are stored | | **sqlConfig** | ---------------- | ---------------------------------------------- | -| sqlType | string | SQL Server Type (not yet used) | +| sqlType | string | See [DatabaseTypes](#database-types) | | sql-address | string | Address to the SQL Server | | sql-port | uint16 | SQL Server Port | | database | string | Database name |