docs(README): Updated Config example

This commit is contained in:
netbenix 2021-12-23 13:16:26 +01:00
parent 32e980b95c
commit 4291a9e6c2

View file

@ -57,5 +57,6 @@ Trello board: [Click me!](https://trello.com/b/6zWLE6Jm)
| 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 |
| remoteStorageType | string | See [StorageTypes](#storage-types) | | remoteStorageType | string | See [StorageTypes](#storage-types) |
| targetPath | string | Sets the targetPath for local backups | | 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 | | createLocalBackup | boolean | Sets if .bak file should also be saved locally |