Snapshots

Snapshots enable the saving of a filesystem state to a directory and can be used for backup, archiving and testing purposes.

Snapshots allow the saving of a filesystem state to a .snapshotsdirectory located under the root filesystem. They can be used for:

  • Physical backup: The snapshot directory can be copied into a different storage system, possibly on another site, using either the Weka system Snap-To-Object feature or a third-party software.

  • Logical backup: Periodic snapshots enable filesystem restoration to a previous state if logical data corruption occurs.

  • Archive: Periodic snapshots enable accessing a previous filesystem state for compliance or other needs.

  • DevOps environments: Writable snapshots enable the execution of software tests on copies of the data.

Snapshots have no impact on system performance and can be taken for each filesystem while applications are running. They consume minimal space, according to the differences between the filesystem and the snapshots, or between the snapshots, in 4K granularity.

By default, snapshots are read-only, and any attempt to change the content of a read-only snapshot returns an error message.

It is possible to create a writable snapshot or update an existing snapshot to be writable. However, a writable snapshot cannot be changed to a read-only snapshot.

The Weka system supports the following snapshot operations:

  • View snapshots.

  • Create a snapshot of an existing filesystem.

  • Delete a snapshot.

  • Access a snapshot under a dedicated directory name.

  • Restore a filesystem from a snapshot.

  • Make snapshots writable.

  • Create a snapshot of a snapshot (relevant for writable snapshots or read-only snapshots before being made writable).

  • Obtain the list of snapshots and access their metadata.

  • Schedule automatic snapshots (see Set up the SnapTool external snapshots manager in the Appendix).

Note: The number of snapshots per system is limited to 4,096. Each live filesystem consumes one of the total snapshots count.

Related topics

Manage snapshots using the GUI

Manage snapshots using the CLI

Last updated