I’ve been thinking of switching from btrfs to zfs but it seems like it’s quite a bit of work. Does anyone have any experience with this?

  • maxprime@lemmy.mlOP
    link
    fedilink
    arrow-up
    3
    ·
    1 month ago

    I like the idea of deduplication and checksumming to prevent bit rot. It also sounds like backups via snapshots is extremely powerful, but maybe that’s something btrfs can do too.

    Ultimately though it would be about learning. That’s what’s drawn me to Linux in the first place.

    • Kerb
      link
      fedilink
      arrow-up
      7
      arrow-down
      1
      ·
      1 month ago

      afaik btrfs is can do all the things you listed.

      im using open suse with btrfs and can only recommend it.

      the setup was easy ( asside from non btrfs related issues with the finicky installation media)
      and open suse automaticly sets up subvolumes and snapshots before and after each update
      to take advantage of btrfs

    • gi1242@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      1 month ago

      i used to use zfs for backups via snapshots. but I find using rsync and hard links is much more convenient. i can use standard tools to look through backups and track which files changed if needed.