{
"excludedDirs": [
"3d",
"mapAssets/map1"
],
"item": {
"database": true,
"fileServer": true,
"html": false
},
"name": "测试备份"
}
curl --location --request POST '/db-backup/dump' \
--header 'Authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"excludedDirs": [
"3d",
"mapAssets/map1"
],
"item": {
"database": true,
"fileServer": true,
"html": false
},
"name": "测试备份"
}'
{
"id": "5cceba2cc7157e23ae172c28"
}