From 214a0942880125ca27cb9209b597c23c164b7db0 Mon Sep 17 00:00:00 2001 From: netbenix Date: Fri, 19 Nov 2021 19:10:14 +0100 Subject: [PATCH] Added example configs --- config/azure.json | 8 ++++---- config/config.json | 22 +++++++++++++++++----- 2 files changed, 21 insertions(+), 9 deletions(-) diff --git a/config/azure.json b/config/azure.json index dbcd5ad..5ca6995 100644 --- a/config/azure.json +++ b/config/azure.json @@ -1,6 +1,6 @@ { - "azcopyPath": "", - "storageAccUrl": "", - "targetDirectory": "", - "SASKey": "" + "storageAccountName": "", + "storageAccountKey": "", + "fileshareName": "", + "targetDirectory": "" } \ No newline at end of file diff --git a/config/config.json b/config/config.json index 0a39ce6..3b5b69a 100644 --- a/config/config.json +++ b/config/config.json @@ -1,7 +1,19 @@ { - "_7zPath": "", - "_7zArgs": "", - "storageType": "azure", - "localbackup": 0, - "localbackupPath": "" + "localBackupPath": "", + "sqlConfig": { + "sqlType": "", + "sql-address": "", + "sql-port": 0, + "database": "", + "db-user": "", + "db-password": "" + }, + "foldersToBackup": [ + { + "backupName": "", + "folderPath": "", + "storageType": "", + "createLocalBackup": false + } + ] } \ No newline at end of file