refactor(General): Removed DefaultFiles
This commit is contained in:
parent
bb796d4cf2
commit
aeefe112e0
1 changed files with 0 additions and 21 deletions
|
|
@ -1,21 +0,0 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in a new issue