Skip to content

Instantly share code, notes, and snippets.

@gspu
Forked from alexjj/ZFS Snapshot Deletion
Created September 9, 2022 11:43
Show Gist options
  • Save gspu/9b47ffbb957c51a626934c6e322f7267 to your computer and use it in GitHub Desktop.
Save gspu/9b47ffbb957c51a626934c6e322f7267 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