Skip to content

Instantly share code, notes, and snippets.

@marloncabrera
Last active August 29, 2015 14:05
Show Gist options
  • Save marloncabrera/b4f1e4734d4e3e5f8ba9 to your computer and use it in GitHub Desktop.
Save marloncabrera/b4f1e4734d4e3e5f8ba9 to your computer and use it in GitHub Desktop.
Delete BTRFS snaphosts with Snapper on OpenSuse

Delete BTRFS snaphosts with Snapper on OpenSuse

for i in `seq 1 500`; do snapper -c root delete $i; done

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