402 B
402 B
category, type, title, created, tags
| category | type | title | created | tags | ||
|---|---|---|---|---|---|---|
|
OpenZFS | 2026-05-14T14:17:36 |
|
zfs commands
list dataset snapshots
zfs list -t snapshot pool-name/dataset-name
list holds on snapshots
zfs holds <pool/dataset>@<snapshot>
release hold on snapshot
zfs release <tag> <pool/dataset>@<snapshot>
delete snapshot
zfs destroy <pool/dataset>@<snapshot>