I recently discovered SnapRaid, which is essentially a backup tool that mirrors your drives onto another drive, it checksums local files and restores them if they get corrupted inadvertently. Except instead of storing full backups, it stores parity stripes.
Of course, basing it on parity instead of full copies trades some resilience for extra storage space. However, I think I prefer full copies.
Is there anything like this for FreeBSD?
Edit: so somewhat like zfs, sure, except more flexible in terms of upgrades and such.
Second edit: in other words, I value integrity over space and availability. A key feature would be automatic corruption detection, which is why just plain old rsync isn't enough.
Of course, basing it on parity instead of full copies trades some resilience for extra storage space. However, I think I prefer full copies.
Is there anything like this for FreeBSD?
Edit: so somewhat like zfs, sure, except more flexible in terms of upgrades and such.
Second edit: in other words, I value integrity over space and availability. A key feature would be automatic corruption detection, which is why just plain old rsync isn't enough.