Updated README

Merge pull request #19 from netbenix/develop
This commit is contained in:
netbenix 2021-12-31 17:30:34 +01:00 committed by GitHub
commit 42a5f01043
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,16 +43,7 @@ Trello board: [Click me!](https://trello.com/b/6zWLE6Jm)
### config.json ### config.json
| Field | Type | Description | | 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** | ---------------- | ---------------------------------------------- | | **foldersToBackup** | ---------------- | ---------------------------------------------- |
| backupName | string | .bak file name | | backupName | string | .bak file name |
| folderPath | string | Path to folder which should be backed up | | 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 | | remoteTargetPath | string | Sets the remotePath for remote backups |
| localTargetPath | string | Sets the targetPath for local backups | | localTargetPath | string | Sets the targetPath for local backups |
| createLocalBackup | boolean | Sets if .bak file should also be saved locally | | 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 |