backup_database
Create a backup of the PocketBase database by specifying a backup name, ensuring data safety and recovery readiness for advanced database operations.
Instructions
Create a backup of the PocketBase database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | backup name |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "backup name",
"type": "string"
}
},
"type": "object"
}