Skip to content

Instantly share code, notes, and snippets.

@alexjj
Created April 15, 2015 17:09
Show Gist options
  • Star 23 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save alexjj/4de71ddfae05e974c829 to your computer and use it in GitHub Desktop.
Save alexjj/4de71ddfae05e974c829 to your computer and use it in GitHub Desktop.
Delete all ZFS Snapshots
zfs list -H -o name -t snapshot | xargs -n1 zfs destroy
@alexjj
Copy link
Author

alexjj commented Dec 21, 2020

I suspect it's how ubuntu does things with zsys and you'd be better off asking on ubuntu forums.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment