Is there a Pythonic way to do a quick backup or a copy of a collection (document and edge)?
The regular way seems to be using arangodump/arangoimp in the console. Also there are some tutorials on how to do a full backup on a different server in JS.
I'm just trying a simple case: Directly copy a collection on the existing server.