arango_backup
Backup ArangoDB collections to JSON files, specifying collection name, document limit, and output directory. Ensures data preservation and easy restoration.
Instructions
Backup collections to JSON files.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
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. | |
outputDir | Yes | An absolute directory path to store backup files | ./backup |