arango_backup
Back up one or more ArangoDB collections to JSON files, with options for specific collections, document limits, and output directory.
Instructions
Backup collections to JSON files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| outputDir | No | Directory to write backup files (defaults to timestamped backups/ folder) | |
| collection | No | Single collection to backup (for TypeScript compatibility) | |
| collections | No | List of collections to backup (if not specified, backs up all non-system collections) | |
| docLimit | No | Maximum number of documents to backup per collection | |
| database | No | Database override |