• beeng@discuss.tchncs.de
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    19 hours ago

    I wanted btrfs for ages for snapshots… Then I moved to nixos with Declarative config… Then I needed to move partitions to extend my drive into old root, decided to move to btrfs from ext4 cos why not at the time… Only afterwards do I realize snapshots aren’t that helpful when you’re on nixos… Or am I missing something?

    • moonpiedumplings@programming.dev
      link
      fedilink
      arrow-up
      2
      ·
      9 hours ago

      Transparent fileystem compression and deduplication (btrfs feature not in ext4) compresses data while still having it be accessible normally. This leads to big space savings.

      You can use the tool compsize to check it out.