raidisnotabackup/content/3.md

12 lines
563 B
Markdown
Raw Normal View History

2016-09-28 12:17:03 -04:00
+++
title = "But what about those fancy file systems?"
description = "You can still destroy your data."
weight = 2
2016-09-28 12:17:03 -04:00
type = "post"
+++
There exists a number of file and storage systems with some advanced, RAID-like features. These include ZFS, btrfs, and Ceph. On the surface, these might give you the illuson of protection, but don't be deceived. You can still trash your whole system (or cluster, for Ceph). You can still `rm` files or other destructive commands. A fire can still destroy your whole rack.
2016-09-28 12:17:03 -04:00
Like RAID, ADVANCED FILESYSTEMS STILL AREN'T BACKUPS!
2016-09-28 23:51:39 -04:00