The Btrfs filesystem for Linux is believed by some to be the next default filesystem for Linux, replacing the current de-facto standard default filesystem, ext4. It has many advanced features which are not available in the current standard filesystem, such as copy-on-write capability which allows the creation of snapshots, which themselves allow rolling back a filesystem to a previous state. The drawback of the filesystem, however, is that it requires regular -- automatable -- …