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?

    • @[email protected]OP
      link
      fedilink
      37 months 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
        67 months 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

      • @[email protected]
        link
        fedilink
        17 months 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.