arango_backup
Backup ArangoDB collections to JSON files for data preservation and recovery. Specify output directory, collection, and document limits as needed.
Instructions
Backup collections to JSON files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| outputDir | Yes | An absolute directory path to store backup files | ./backup |
| collection | No | Collection name to backup. If not provided, backs up all collections. | |
| docLimit | No | Limit the number of documents to backup. If not provided, backs up all documents. |