Added example configs

This commit is contained in:
netbenix 2021-11-19 19:10:14 +01:00
parent 04986c5b03
commit 214a094288
2 changed files with 21 additions and 9 deletions

View file

@ -1,6 +1,6 @@
{
"azcopyPath": "",
"storageAccUrl": "",
"targetDirectory": "",
"SASKey": ""
"storageAccountName": "",
"storageAccountKey": "",
"fileshareName": "",
"targetDirectory": ""
}

View file

@ -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
}
]
}