meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:fs:zfs:auto_snapshots [2021/03/16 08:14] – niziak | linux:fs:zfs:auto_snapshots [2023/12/05 16:03] (current) – niziak | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| <code bash> | <code bash> | ||
| zfs list -o space | zfs list -o space | ||
| + | </ | ||
| + | |||
| + | |||
| + | ===== destroy snapshots ===== | ||
| + | |||
| + | Destroy all snapshots contains '' | ||
| + | <code bash> | ||
| + | zfs list -H -t snapshot -o name | grep 2022 | xargs -n1 zfs destroy | ||
| </ | </ | ||
| Line 41: | Line 49: | ||
| ====== GUIs ====== | ====== GUIs ====== | ||
| + | |||
| + | ===== snapshot-explorer ===== | ||
| + | |||
| + | < | ||
| ===== snapper ===== | ===== snapper ===== | ||