I would like to do a backup of arangodb data in case of arangodb runs in a 
docker container. (the data of arangodb are mounted as volume to the host 
system).


One solution would be to create a docker image (based on the official 
arangodb image) which contains a script for the backup via *arangodump* But 
the question is who triggers the backup (e.g. enhance the image with cron 
or trigger the script execution from the outside via cron )


A solution would also be when I would be able to do the backup via arangojs 
(because of using it for my node server). But it seems there is no API for 
this...


Can anybody of you has a solution or suggestions to this topic?

-- 
You received this message because you are subscribed to the Google Groups 
"ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to