|
|
|
|
|
by chasil
698 days ago
|
|
ZFS will come closest. I have a ZFS mirror, where I have taken one disk out, added files to it elsewhere, returned it and reimported. The pool immediately resilvered the new content onto the untouched drive. Doing this on btrfs will require a rebalance, forcing all data on the disks to be rewritten. |
|
I believe btrfs replace will copy only the data that had a replica on the failing drive.