How to get Started with Restic using Docker image

Alternately I posted my docker compose file on this thread a few days ago. It uses a third party distribution, as far as I can recall (haven’t looked at it in a few months) the main thing that’s different is it adds cron to the linux image so you can have the container run in the background to do scheduled backups. It also supports pre and post backup commands, so for example you can export databases to a file and back that export up.