Arangodump Options
Usage: arangodump [<options>]
Global Options
Name | Type | Description |
---|---|---|
batch-size | uint64 | Maximum size for individual data batches (in bytes).
Default: 67108864
|
collection | string... | Restrict to collection name (can be specified multiple times).
Default: []
|
configuration | string | The configuration file or 'none'.
Default: ""
|
dump-data | boolean | Dump collection data.
Default: true
|
force | boolean | Continue dumping even in the face of some server-side errors.
Default: false
|
ignore-distribute-shards-like-errors | boolean | Continue dump even if sharding prototype collection is not backed up along.
Default: false
|
include-system-collections | boolean | Include system collections.
Default: false
|
initial-batch-size | uint64 | Initial size for individual data batches (in bytes).
Default: 8388608
|
output-directory | string | Output directory.
Default: "/home/steemann/ArangoNoAsan/dump"
|
overwrite | boolean | Overwrite data in output directory.
Default: true
|
progress | boolean | Show progress.
Default: true
|
threads | uint32 | Maximum number of collections to process in parallel.
Default: 2
|
tick-end | uint64 | Last tick to be included in data dump.
Default: 0
|
tick-start | uint64 | Only include data after this tick.
Default: 0
|
version | boolean | Reports the version and exits.
Default: false
|
Encryption Options
Name | Type | Description |
---|---|---|
encryption.key-generator | string | Program providing the encryption key on stdout. If set, encryption will be enabled.
Default: ""
|
encryption.keyfile | string | File containing the encryption key. If set, encryption will be enabled.
Default: ""
|
Log Options
Name | Type | Description |
---|---|---|
log.color | boolean | Use colors for TTY logging.
Default: true
|
log.escape | boolean | Escape characters when logging.
Default: true
|
log.level | string... | The global or topic-specific log level.
Default: ["info"]
|
log.output | string... | Log destination(s).
Default: []
|
log.role | boolean | Log server role.
Default: false
|
log.use-local-time | boolean | Use local timezone instead of UTC.
Default: false
|
log.use-microtime | boolean | Use microtime instead.
Default: false
|
Server Options
Name | Type | Description |
---|---|---|
server.authentication | boolean | Require authentication credentials when connecting (does not affect the server-side authentication settings).
Default: false
|
server.connection-timeout | double | Connection timeout in seconds.
Default: 5
|
server.database | string | Database name to use when connecting.
Default: "_system"
|
server.endpoint | string | Endpoint to connect to, use 'none' to start without a server.
Default: "http+tcp://127.0.0.1:8529"
|
server.password | string | Password to use when connecting. If not specified and authentication is required, the user will be prompted for a password.
Default: ""
|
server.request-timeout | double | Request timeout in seconds.
Default: 1200
|
server.username | string | Username to use when connecting.
Default: "root"
|
Ssl Options
Name | Type | Description |
---|---|---|
ssl.protocol | uint64 | Ssl protocol (1 = SSLv2, 2 = SSLv2 or SSLv3 (negotiated), 3 = SSLv3, 4 = TLSv1, 5 = TLSV1.2).
Default: 5
Possible values:
|