vault backup: 2026-05-15 20:44:14

This commit is contained in:
2026-05-15 20:44:15 +01:00
parent d8c22e8c1f
commit fcc7666a7c
2 changed files with 20 additions and 6 deletions
+14
View File
@@ -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>
```