-
-
Save nightsparc/19dbb7fff4571625239d78bf54600678 to your computer and use it in GitHub Desktop.
Delete all ZFS Snapshots
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| zfs list -H -o name -t snapshot | xargs -n1 zfs destroy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment