I have a home server that I’m using and hosting files on it. I’m worried about it breaking and loosing access to the files. So what method do you use to backup everything?

  • redcalcium@c.calciumlabs.com
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 year ago

    The simplicity of containerized setup:

    • docker-compose and kubernetes yaml files are preserved in a git repo
    • nightly cron to create database dumps
    • nightly cron to run rsync to backup data volumes and database dumps to rsync.net