This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
computing:storage:zfs_cmds [2015/12/22 13:09] gcooper |
computing:storage:zfs_cmds [2015/12/22 17:07] (current) gcooper |
||
---|---|---|---|
Line 78: | Line 78: | ||
zpool destroy <Pool Name> | zpool destroy <Pool Name> | ||
- | |||
- | ===== Snapshots ===== | ||
- | |||
- | https:// | ||
- | |||
- | A snapshot provides a read-only, point-in-time copy of a file system or volume that does not consume extra space in the ZFS pool. The snapshot uses only space when the block references are changed. Snapshots preserve disk space by recording only the differences between the current dataset and a previous version. | ||
- | |||
- | A typical example use for a snapshot is to have a quick way of backing up the current state of the file system when a risky action like a software installation or a system upgrade is performed. | ||
- | |||
- | |||
===== SMART ===== | ===== SMART ===== |