I just started getting into self hosting using docker compose and I wonder about possible backup solutions. I only have to safe my docker config so far, but I want host files as well. What software and hardware are you using for backup?

  • mariom
    link
    English
    11 year ago

    For containers (but I use k3s) I use git to store helmfiles and configuration, secrets in ci/cd system.

    For the rest - I use autorestic that backups data over ssh and S3.