Added extra post and changed some lines

This commit is contained in:
2017-02-22 00:37:53 -05:00
parent 31d5316228
commit 13b62c70c6
5 changed files with 32 additions and 21 deletions

View File

@ -16,8 +16,6 @@ It does _not_ protect you against any of the following things:
* Data corruption on-disk from filesystem bugs, cosmic rays, or minor hardware or firmware failures.
* Malicious or accidental deletion or modification of files by yourself or another party, including viruses, bad application writes, or administrative mistakes (e.g. `rm`-ing the wrong file or `mkfs` on an existing filesystem).
Even ZFS, designed specifically to prevent the third point, is still susceptable to the others.
The adage is simple: "RAID replicates _everything_, instantly, even the stuff you don't want." Like the deletion of a file or corruption.
For these reasons and more, RAID IS NOT A BACKUP!