Storage Snapshots are excellent tools in arsenal of a system administrator to create quick and consistent backups of their databases and applications. Snapshot is a “picture” of a filesystem at a point-in-time. In most modern snapshot implementations, this “picture” is not a full copy of the data, but rather a set of pointers to the data.
Here is a list of current industry leading snapshot technologies:
- LVM Snapshots: Snapshot capability built into the Linux Volume Manager (LVM) - the default option on a Linux system.
- ZFS Snapshots: Snapshot capability built into the ZFS filesystem on Solaris and OpenSolaris
- NetApp SnapShots: A feature of the WAFL® (Write Anywhere File Layout) filesystem
- Windows VSS: Volume Shadow Copy Service from Microsoft introduced in …