Docker Automated backups?

This page summarizes the projects mentioned and recommended in the original post on /r/docker

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • volumerize

    Docker Volume Backups Multiple Backends

  • 2) I was reading about this https://github.com/blacklabelops/volumerize

  • hub-feedback

    Feedback and bug reports for the Docker Hub

  • Check on https://hub.docker.com for the image you want, and see where the data is stored in the container, then map this to somewhere on your host.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • mydumper

    Official MyDumper Project

  • If you want reliable database backups you need an appropriate tool to actually make backups at the application level. So in the case of mysql/mariadb you would probably use mysqldump, mydumper or something like that. I mostly deal mariadb so I have an mydumper image, and a cronjob on the host that will start a container with a bind-mount to the host, and connected to the same network as the database server, then run mydumper and make a backup.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts