As an atheist, I ask for prayers that the backup’s good.

E: Your solidarity has worked. The backup is good and not too old. Note for myself and you - install your OS on a snapshotting filesystem so that live backups are possible.

    • Avid Amoeba@lemmy.caOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      5 days ago

      Root on Btrfs/ZFS would have ensured I have a root backup from an hour ago. Ext4 (without LVM) means I can only make a backup every now and then when I turn off the machine, boot into alt OS and take an offline copy.

        • Avid Amoeba@lemmy.caOP
          link
          fedilink
          English
          arrow-up
          2
          ·
          5 days ago

          Would’ve been transferred to the big redundant storage. Whe using ZFS in particular, local snapshots are essentially instant, then ZFS transfers only the missing snapshot delta to the other ZFS storage, delta tends to be very small and therefore fast. Put those thigs together and hourly live full system backups become very practical. I already have this setup for my laptop. Restoring a complete system from backup becomes - ZFS sync from the backup to the new drive, restore the EFI partition, boot from it.