vault backup: 2026-05-15 20:44:14
This commit is contained in:
@@ -14,3 +14,17 @@ 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>
|
||||
```
|
||||
Reference in New Issue
Block a user