docs(README): Updated config explanation
This commit is contained in:
parent
9c8a2851bd
commit
423238bc07
1 changed files with 27 additions and 18 deletions
29
README.md
29
README.md
|
|
@ -43,16 +43,7 @@ Trello board: [Click me!](https://trello.com/b/6zWLE6Jm)
|
|||
|
||||
### config.json
|
||||
| Field | Type | Description |
|
||||
|---------------------------|:----------------:|------------------------------------------------|
|
||||
| localBackupPath | string | Path where local backups are stored |
|
||||
| **sqlConfig** | ---------------- | ---------------------------------------------- |
|
||||
| enableSQL | boolean | Enable/Disables the SQL entries
|
||||
| sqlType | string | See [DatabaseTypes](#database-types) |
|
||||
| sql-address | string | Address to the SQL Server |
|
||||
| sql-port | uint16 | SQL Server Port |
|
||||
| database | string | Database name |
|
||||
| db-user | string | SQL username from user which should be used |
|
||||
| db-password | string | SQL password from user which should be used |
|
||||
|-----------------------|:----------------:|------------------------------------------------|
|
||||
| **foldersToBackup** | ---------------- | ---------------------------------------------- |
|
||||
| backupName | string | .bak file name |
|
||||
| folderPath | string | Path to folder which should be backed up |
|
||||
|
|
@ -60,3 +51,21 @@ Trello board: [Click me!](https://trello.com/b/6zWLE6Jm)
|
|||
| remoteTargetPath | string | Sets the remotePath for remote backups |
|
||||
| localTargetPath | string | Sets the targetPath for local backups |
|
||||
| createLocalBackup | boolean | Sets if .bak file should also be saved locally |
|
||||
|
||||
### sql-config.json
|
||||
| Field | Type | Description |
|
||||
|--------------|:----------------:|------------------------------------------------|
|
||||
| enableSQL | boolean | Enable/Disables the SQL entries |
|
||||
| sqlType | string | See [DatabaseTypes](#database-types) |
|
||||
| sql-address | string | Address to the SQL Server |
|
||||
| sql-port | uint16 | SQL Server Port |
|
||||
| database | string | Database name |
|
||||
| db-user | string | SQL username from user which should be used |
|
||||
| db-password | string | SQL password from user which should be used |
|
||||
|
||||
### azure.json
|
||||
| Field | Type | Description |
|
||||
|--------------------|:------:|-----------------------------------|
|
||||
| fileshareName | string | The name of the Azure File Share |
|
||||
| storageAccountName | string | Name of your storage account |
|
||||
| storageAccountKey | string | Key for the storage account |
|
||||
|
|
|
|||
Reference in a new issue