Using BTRFS snapshots

Analyzing what you have so far, BTRFS is quite cool, don't you think? However, we have not yet exhausted the wealth of goodness that it has to offer. Snapshots can be used as read only or read/write copies of data. The reality is that there is no need to copy data as it is effectively linked until it changes in one of the locations. In this way, a snapshot of a large filesystem can be taken instantly. You can use snapshots in the following ways:

  • As part of a backup solution where you may be concerned with open files affecting the backup, the snapshot will be created as read only and subsequently you will implement a backup of the snapshot. In this way, the backup will be of the host filesystem at the point in time that the ...

Get CentOS System Administration Essentials now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.