• aMockTie@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    15 hours ago

    Look into BTRFS. I’ve been using it for a few months now and it’s awesome. Live disk images with delta changes (saving on consumed space and backup time), even with encrypted drives, and it’s used extensively by Google and Amazon so it will very likely be supported and maintained for a long time to come.

    • Midnight Wolf@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      16 hours ago

      Btrfs is what I run too actually (on a spare ThinkPad) with xubuntu, but the management/scheduling through… TimeShift? Is unreliable. I always need to remember to manually take an image. And I have no idea what the process is if the system is unbootable, since to recover I need to boot and get to TS…

      I totally forgot about TS and how btrfs works with it until now. Which tells you how often I manually take an image…

      • aMockTie@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        15 hours ago

        I personally use btrbk with a custom built systemd service and timer. Right now it’s very specific to my infrastructure, but if enough people request it and I have time and opportunity, I’ll post a generic solution here as soon as I can