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?

    • @neardeaf@lemm.ee
      link
      fedilink
      English
      42 years ago

      Seconding this. On my unRAID host, I run a docker container called “Vorta” that uses Borg as its backend mechanism to backup to my SynologyNAS over NFS. Then on my Syno, run two backup jobs using HyperBackup, one goes to my cousin’s NAS connected via a Site-to-Site OpenVPN connection on our edge devices (Ubiquity Unifi Security Gateway Pro <-> UDM Pro), the other goes to Backblaze B2 Cloud Storage.

      OP, let me know if you need any assistance setting something like this up. Gotta share the knowledge over here on Lemmy that we’re still used to searching evil Reddit for.

        • @neardeaf@lemm.ee
          link
          fedilink
          English
          12 years ago

          Niiiice, quick question, are both of y’all running the latest UniFi Controller version & using the new WebUI view layout?

          • @PlutoniumAcid@lemmy.world
            link
            fedilink
            English
            22 years ago

            His gear is v7 (Unifi and also Synology DSM) and I am still on v6 because I didn’t have a good reason to upgrade. If it works, don’t fix it, you know? Feature-wise there the same anyway just different UI. But sure, give me a good reason to upgrade, and I will :)

  • hitagi
    link
    fedilink
    English
    12 years ago

    A lot of services have some kind of way to create backup files. I have cronjobs doing that daily then uploading it to some cloud storage with rclone.

  • WxFisch
    link
    fedilink
    English
    22 years ago

    Backblaze B2. Any software that is S3 compatible can use B2 as the target and it’s reasonably priced for the service. I backup all the PCs and services to a Synology NAS and then backup that to B2 (everything except my Plex media, that would be pricy and it’s easy enough to re-rip from disc if needed).

  • stown
    link
    fedilink
    English
    32 years ago

    I host everything on Proxmox VM’s so I just take daily snapshots to my NAS

  • @thisbenzingring@lemmy.sdf.org
    link
    fedilink
    English
    22 years ago

    veeam is pretty simple and powerful, the community version is free if you are only using it for a small environment (CPU cores is what it counts)

    I havn’t used it for docker but it says it is supported

    • vairfoley
      link
      fedilink
      English
      12 years ago

      I use Veeam to backup shares on my NAS to rotated external drives. I also backup a Linux server.

  • @hogofwar@lemmy.world
    link
    fedilink
    English
    12 years ago

    I don’t know if it’s a smart solution but I have a HDD in my server that is used just for backups, each night I have rsync automatically moving stuff from multiple locations that I want to back up onto the drive. After that is done I have Kopia backup to B2, with compression, deduplication and encryption. I use healthchecks.io as well to alert me if any of the steps fails to complete (but none of the steps block each other).

  • Rosco
    link
    fedilink
    English
    22 years ago

    On Proxmox, I use the built-in system + storing it to my Synology NAS (RS1221+). I use Active Backup for business (filesync) to back up the Proxmox config files, and also backup the husband’s PC and my work PC.

  • mariom
    link
    fedilink
    English
    12 years 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.

  • dr_robot
    link
    fedilink
    12 years ago

    ZFS send to a pair of mirrored HDDs on the same machine ever hour and a daily restic backup to S3 storage. Every six months I test and verify the cloud backup.

  • lnxtx (xe/xem/xyr)
    link
    fedilink
    English
    32 years ago

    VM instances on the Proxmox VE with native integration with the Proxmox Backup Server (PBS).

    For non-VM a little PBS agent.