Stardog backup and Docker

Hello,
I would like to run daily backups of the whole Stardog server with

 stardog-admin server backup

My Stardog server is running in a docker container. What command would I have to enter in crontab to run daily backups of the server running in the docker container?
Thank you and kind regards,
Andreas

Hi,

All you would need to run is docker exec stardog /opt/stardog/bin/stardog-admin server backup. This assumes that your container is named "stardog."

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.