Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

RAID-1, RAID-10, RAID-5, RAID-6, etc. none offer protection against an accidental `rm -rf`.

With that in mind, the NAS is not the backup. Once a file is deleted, it's gone.

With regard to recovering from a RAID-5 dual disk failure, typically a USB 2x sata toaster is enough to connect the failed disk and the replacement disk to a system that can run a ddrescue to clone the failed disk. Often times disks that are ejected from a RAID array still have enough life left to copy data off very slowly (over several tries/passes)

For backup, a simple solution is connecting very large external USB3 disk(s) and running daily rsync hardlink backups. There are several scripts to do this, and it's quite low effort to maintain after its set up.



Yep, exactly, all the home users know what a sata toaster is and a ddrescue and a rsync hardlink script. No problem!


That's why I would always recommend a Synology (or similar) NAS to non tech nerds (or tech nerds who want something that just works without putting effort into it), because backups are easily managed to various storage destinations and work reliable


> With that in mind, the NAS is not the backup. Once a file is deleted, it's gone.

Snapshots can be used to catch that failure mode, so I don't think this is universally true. Whether there actually are NASes that would have snapshottable file systems out of the box... Is there?



Synology supports snapshots if you choose to use BTRFS, but it also lets you enable recycle bins so you can recover things you deleted.


Note that not all the Synology products support BTRFS....


Right, but the recycle bin is universal, just to clarify.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: