backup_dataset
Creates a server-side backup of an Apache Jena Fuseki dataset in Fuseki's backups directory and returns a task ID. Run before destructive actions like dropping graphs or deleting datasets.
Instructions
Start a server-side backup of a dataset.
The backup is written on the server, into Fuseki's backups directory, and runs in the background: this returns a task id to poll with task_status.
Do this before anything destructive. There is no undo for drop_graph or delete_dataset.
Listed as a read tool deliberately -- it copies data out, it does not change it, so it stays available when the server runs read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset | No | Dataset name. Defaults to the configured one. |