arango_backup_graph
Export a complete graph structure including all vertices, edges, and metadata for backup and restore.
Instructions
Export complete graph structure including vertices, edges, and metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| graph_name | Yes | Name of the graph to backup | |
| outputDir | No | Output directory for backup files (defaults to timestamped graph_backups/ folder) | |
| includeMetadata | No | Include graph metadata and definitions in backup | |
| docLimit | No | Maximum number of documents to backup per collection | |
| database | No | Database override |