Updated README.md

This commit is contained in:
netbenix 2021-11-23 09:40:33 +01:00
parent 63faa60a9c
commit d01230c2c8

View file

@ -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 |