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/DefaultFiles/config.json
2021-12-31 15:33:30 +01:00

21 lines
No EOL
516 B
JSON

{
"sqlConfig": {
"enableSQL": false,
"sqlType": "mariadb",
"sql-address": "sql-address",
"sql-port": 33000,
"database": "database-name",
"db-user": "db-user",
"db-password": "db-password"
},
"foldersToBackup": [
{
"backupName": "your-backup",
"folderPath": "/path/to/folder/to/backup",
"remoteStorageType": "remote-type",
"remoteTargetPath": "remote/target/path",
"createLocalBackup": true,
"localTargetPath": "/path/to/local/bak"
}
]
}