This is the fourth post in the series about the btrfs filesystem. In the first post on this subject I discussed btrfs basics, showing how to create simple btrfs filesystems. In the second post, more ...
$ btrfs subvolume create foo Create subvolume './foo' $ btrfs subvolume snapshot foo bar Create a snapshot of 'foo' in './bar' $ btrfs subvolume snapshot foo bar Create a snapshot of 'foo' in 'bar/foo ...
Linux is a powerful platform, but anyone who has used it long enough knows how fragile things can feel after a bad update, a misconfigured package, or an experiment gone wrong. Traditional backups can ...
Snapshots arrive on ASUSTOR NAS with the introduction of Snapshot Center which also adds support for Btrfs. Easily restore and take snapshots of Btrfs volumes as well as with iSCSI LUNs to more ...
If you own a Synology network-attached storage device (NAS) and want to protect your valuable data from ransomware attacks, you might be interested in a new video published by SpaceRex. The video ...
Learn how to set up immutable backups on your Synology NAS to protect critical business data from compromised admin ...
Btrfs is a new file system for Linux, one that is still very much in development. Although I wouldn't exactly describe it as "experimental" any more, it is, as stated in the Wiki at kernel.org, "a ...
Filesystems, like file cabinets or drawers, control how your operating system stores data. They also hold metadata like filetypes, what is attached to data, and who has access to that data. For ...