docs(README): Updated Config example
This commit is contained in:
parent
32e980b95c
commit
4291a9e6c2
1 changed files with 2 additions and 1 deletions
|
|
@ -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 |
|
||||||
Reference in a new issue