Skip to content

Instantly share code, notes, and snippets.

@nightsparc
Forked from alexjj/ZFS Snapshot Deletion
Created January 10, 2021 17:22
Show Gist options
  • Save nightsparc/19dbb7fff4571625239d78bf54600678 to your computer and use it in GitHub Desktop.
Save nightsparc/19dbb7fff4571625239d78bf54600678 to your computer and use it in GitHub Desktop.
Delete all ZFS Snapshots
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