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
2021-12-23 11:03:49 +01:00

21 lines
No EOL
387 B
JSON

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