TrueNAS SCALETrueNAS SCALE Nightly Development Documentation
This content follows experimental early release software. Use the Product and Version selectors above to view content specific to a stable software release.

Creating Snapshots

Snapshots are one of the most powerful features of ZFS. A snapshot provides a read only point-in-time copy of a file system or volume. This copy does not consume extra space in the ZFS pool. The snapshot only records the differences between storage block references whenever the data is modified.

Why do I want to keep snapshots? Snapshots keep a history of files and provide a way to recover an older or even deleted files. For this reason, many administrators take regular snapshots, store them for some time, and copy them to a different system. This strategy allows an administrator to roll the system data back to a specific point in time. In the event of catastrophic system or disk failure, off-site snapshots can restore data up to the most recent snapshot.

Taking snapshots requires the system have all pools, datasets, and zvols already configured.

Creating a Snapshot

Consider making a Periodic Snapshot Task to save time and create regular, fresh snapshots.

There are two ways to access snapshot creation:

From the Data Protection Screen

To access the Snapshots screen, go to Data Protection > Periodic Snapshot Tasks and click the Snapshots button in the lower right corner of the widget.

Create a New Snapshot
Figure 1: Create a New Snapshot

Existing snapshots display as a list.

Snapshot Screen
Figure 2: Snapshot Screen

From the Datasets Screen

From the Datasets screen select the dataset to snapshot, then click Create Snapshot on the Data Protection widget.

Manage Snapshots
Figure 3: Manage Snapshots

If you click Create Snapshot the Snapshots screen opens filtered for the selected dataset. Clear the dataset from the search field to see all snapshots.

You can also click the Manage Snapshots link on the Data Protection widget to open the Snapshots screen.

StorageSnapshotsListedContentSCALE

  1. Click Add at the top right of the screen to open the Add Snapshot screen.

  2. Select a dataset or zvol from the Dataset dropdown list.

  3. Accept the name suggested by the TrueNAS software in the Name field or enter any custom string to override the suggested name.

  4. (Optional) Select an option from the Naming Schema dropdown list that the TrueNAS software populated with existing periodic snapshot task schemas. If you select an option, TrueNAS generates a name for the snapshot using that naming schema from the selected periodic snapshot and replicates that snapshot.

    You cannot enter a value in both Naming Schema and in Name as selecting or entering a value in Naming Schema populates the other field.

  5. (Optional) Select Recursive to include child datasets with the snapshot.

  6. Click Save to create the snapshot.