Question.

      • lemmyng@lemmy.ca
        link
        fedilink
        English
        arrow-up
        16
        arrow-down
        3
        ·
        29 days ago

        The container is reproducible. Container configuration is in version control. That leaves you with the volumes mounted into the container, which you back up like any other disk.

        • pixxelkick@lemmy.world
          link
          fedilink
          English
          arrow-up
          13
          ·
          edit-2
          29 days ago

          Dunno why ppl are down voting you, this is 100% the way.

          Architecture as code is amazing, being able to completely wipe your server, re-install fresh, and turn it on and it goes right back to how it was is awesome.

          GitOps version controlled architecture is easy to maintain, easy to rollback, and easy to modify.

          I use k8s for my entire homelab, it has some initial learning curve but once you “get it” and have working configs on github, it becomes so trivial to add more stuff to it, scale it up, etc.

      • drkt@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        1
        ·
        29 days ago

        All of my services run on LXC containers. Some files and configs are backed up to NAS and offsite. The containers are snapshotted in their entirety before I do any work on them. A snapshot takes 5 seconds to make and causes no downtime. If I regret a change or mess it up, I can restore the snapshot in under a minute at the cost of some seconds of downtime.

        My only non-container machines are my desktop (doesn’t count), my NAS and the Hypervisor. The Hypervisor is very clean and wouldn’t be much fuss to reinstall and the NAS is literally just Debian with NFS. All of these have a regular rsync which runs to backup the important files.

  • conrad82@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    27 days ago

    I use proxmox and proxmox backup server (in a vm). I reinstall them both, and re-add lxc and vm and their drives from backup. has already worked once.

    important files are additionaly synced to laptop and phone using syncthing.

    proxmox backups (which are encrypted) are rcloned to backblaze for offsite backup

  • fjordbasa@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    28 days ago

    I found UrBackup to be very easy to use. Very little nitty-gritty setup and configuration required to get started. I have a feeling those with more experience will (rightly) pick apart if I’m missing something egregiously bad about it, but it worked for my small homelab use cases.