Added example configs
This commit is contained in:
parent
04986c5b03
commit
214a094288
2 changed files with 21 additions and 9 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"azcopyPath": "",
|
"storageAccountName": "",
|
||||||
"storageAccUrl": "",
|
"storageAccountKey": "",
|
||||||
"targetDirectory": "",
|
"fileshareName": "",
|
||||||
"SASKey": ""
|
"targetDirectory": ""
|
||||||
}
|
}
|
||||||
|
|
@ -1,7 +1,19 @@
|
||||||
{
|
{
|
||||||
"_7zPath": "",
|
"localBackupPath": "",
|
||||||
"_7zArgs": "",
|
"sqlConfig": {
|
||||||
"storageType": "azure",
|
"sqlType": "",
|
||||||
"localbackup": 0,
|
"sql-address": "",
|
||||||
"localbackupPath": ""
|
"sql-port": 0,
|
||||||
|
"database": "",
|
||||||
|
"db-user": "",
|
||||||
|
"db-password": ""
|
||||||
|
},
|
||||||
|
"foldersToBackup": [
|
||||||
|
{
|
||||||
|
"backupName": "",
|
||||||
|
"folderPath": "",
|
||||||
|
"storageType": "",
|
||||||
|
"createLocalBackup": false
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
Reference in a new issue