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?

  • @gi1242
    link
    61 month ago

    why do you want to make the switch?

    • @[email protected]OP
      link
      fedilink
      31 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
        61 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
        link
        11 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.