Skip to content

Instantly share code, notes, and snippets.

@killerbees19
Forked from jstutters/zfs_cleanup.sh
Created November 5, 2024 07:35
Show Gist options
  • Save killerbees19/f452523be7e11443c90283a618041810 to your computer and use it in GitHub Desktop.
Save killerbees19/f452523be7e11443c90283a618041810 to your computer and use it in GitHub Desktop.
Find and delete multiple ZFS snapshots
zfs list -t snapshot -H -o name | grep "201509[0-9].*" | xargs -n1 echo
# zfs list -t snapshot -H -o name | grep "201509[0-9].*" | xargs -n1 zfs destroy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment