|
|
|
|
|
by doublepg23
762 days ago
|
|
I've heard theories of how a license change could be possible but they all seemed more hope-based than reality-based. I wouldn't let that keep you that from using ZFS though, it's an incredible battle-tested filesystem and features like native compression, encryption, and block-level backups make it an easy choice over ext4 for any of my systems. |
|
0. Cross-platform (I use ZFS on Linux, FreeBSD, and [previously] macOS).
1. Pervasive check-summing/scrubbing, protection from silent bitrot
2. Low-cost COW snapshots (which can be directly accessed with ~/.zfs/snapshot)
3. Steaming file system state with zfs send / zfs receive (this is super important for backup and replication)
AFAIK, no other FS has all of this.