This repository has been archived on 2026-03-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
scabiosa/config/config.json

19 lines
No EOL
322 B
JSON

{
"localBackupPath": "",
"sqlConfig": {
"enableSQL": false,
"sql-address": "",
"sql-port": 0,
"database": "",
"db-user": "",
"db-password": ""
},
"foldersToBackup": [
{
"backupName": "",
"folderPath": "",
"storageType": "",
"createLocalBackup": false
}
]
}