1
0
Fork 0
arangodb/Documentation/Books/Manual/Programs/Arangodump
Simran 59de3403c1 Doc - Administration & Programs Refactor (#4907) 2018-05-10 13:05:22 +02:00
..
Examples.md
Options.md
README.md

README.md

Arangodump

Arangodump is a command-line client tool to create backups of the data and structures stored in ArangoDB servers.

Dumps are meant to be restored with Arangorestore.

If you want to export for external programs to formats like JSON or CSV, see Arangoexport instead.

Arangodump can backup selected collections or all collections of a database, optionally including system collections. One can backup the structure, i.e. the collections with their configuration without any data, only the data stored in them, or both. Dumps can optionally be encrypted.