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