Y
Hacker News
new
|
ask
|
show
|
jobs
by
QuiEgo
199 days ago
ZFS, Btrfs, or SnapRAID in a chron job (not a file system, but accomplishes something similar).
ZFS is the “gold standard” here
1 comments
Marsymars
199 days ago
SnapRAID is awesome, it's been bulletproof in recovering multiple failed drives for me, but note that you have to have your sync and scrub operations appropriately configured to get bitrot protection.
link
QuiEgo
199 days ago
I have had good experiences with SnapRAID as well. I use this script to run it (in a Chron job), which is highly configurable:
https://github.com/auanasgheps/snapraid-aio-script
link