From 4291a9e6c24fc9f2a9cba4bdfa3b1f10c1f01b95 Mon Sep 17 00:00:00 2001 From: netbenix Date: Thu, 23 Dec 2021 13:16:26 +0100 Subject: [PATCH] docs(README): Updated Config example --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55b0b6b..794faa2 100644 --- a/README.md +++ b/README.md @@ -57,5 +57,6 @@ Trello board: [Click me!](https://trello.com/b/6zWLE6Jm) | backupName | string | .bak file name | | folderPath | string | Path to folder which should be backed up | | 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 | \ No newline at end of file