Updated README.md
This commit is contained in:
parent
63faa60a9c
commit
d01230c2c8
1 changed files with 8 additions and 4 deletions
12
README.md
12
README.md
|
|
@ -4,15 +4,19 @@ Please keep in mind that this project is WIP.
|
||||||
|
|
||||||
## What can it do?
|
## What can it do?
|
||||||
- Backup you stuff via a dynamic configuration (done!)
|
- 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))
|
- Upload the files to a remote storage of your choice (see [Storage Types](#storage-types))
|
||||||
|
|
||||||
|
|
||||||
## Database Types
|
## Database Types
|
||||||
- MariaDB (soon)
|
- MariaDB (done!)
|
||||||
- MySQL (far future)
|
- MySQL (soon)
|
||||||
- MS-SQL (far future)
|
- MS-SQL (far future)
|
||||||
|
|
||||||
|
| Database Type | Config Type |
|
||||||
|
|-------------------|---------------------------|
|
||||||
|
| MariaDB | mariadb |
|
||||||
|
|
||||||
|
|
||||||
## Storage types
|
## Storage types
|
||||||
- Local storage (soon)
|
- Local storage (soon)
|
||||||
|
|
@ -35,7 +39,7 @@ Please keep in mind that this project is WIP.
|
||||||
|---------------------|:----------------:|------------------------------------------------|
|
|---------------------|:----------------:|------------------------------------------------|
|
||||||
| localBackupPath | string | Path where local backups are stored |
|
| localBackupPath | string | Path where local backups are stored |
|
||||||
| **sqlConfig** | ---------------- | ---------------------------------------------- |
|
| **sqlConfig** | ---------------- | ---------------------------------------------- |
|
||||||
| sqlType | string | SQL Server Type (not yet used) |
|
| sqlType | string | See [DatabaseTypes](#database-types) |
|
||||||
| sql-address | string | Address to the SQL Server |
|
| sql-address | string | Address to the SQL Server |
|
||||||
| sql-port | uint16 | SQL Server Port |
|
| sql-port | uint16 | SQL Server Port |
|
||||||
| database | string | Database name |
|
| database | string | Database name |
|
||||||
|
|
|
||||||
Reference in a new issue