Nothing to report.

  • Hupf@feddit.org
    link
    fedilink
    arrow-up
    2
    ·
    17 hours ago

    Beware of bit rot though. Snapshots help with user error, not with cosmic rays or worse.

    A separate full backup is still required as well.

    • FrederikNJS@lemmy.zip
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      13 hours ago

      BTRFS has native checksumming, so it will detect any bitrot that occurs. Additionally it supports various RAID levels. So if you have some level of replication or parity, then combined with the checksums, it will automatically correct bitrot as well.

      A proper backup strategy is of course still necessary.

      • Hupf@feddit.org
        link
        fedilink
        arrow-up
        1
        ·
        7 hours ago

        I’m running a 60TB btrfs RAID with all the bells and whistles myself and just recently had an instance of some file being fucked up (probably just the wrong metadata bit being affected or something), which I noticed because btrfs send would repeatedly crash at that inum. All the redundancy may be there, but sometimes it’s not able to recover automagically.

        Not hating on btrfs at all - it helped me recover from a few fubar situations that could easily have been total data loss - but magical thinking (about all the fancy features) is dangerous.

    • owenfromcanada@lemmy.ca
      link
      fedilink
      arrow-up
      3
      ·
      17 hours ago

      Thanks! Yeah, I have a separate SBC connected to a spinny HDD for backups of user data, plus I mirror it in the cloud. The snapshots are for when I mess up something on my system.