Skip to content

Instantly share code, notes, and snippets.

@jpmens
Created January 15, 2020 10:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpmens/032973be3d0cff162cb9c09f99ab369a to your computer and use it in GitHub Desktop.
Save jpmens/032973be3d0cff162cb9c09f99ab369a to your computer and use it in GitHub Desktop.
#!/bin/sh
tmutil listlocalsnapshots / |
grep TimeMachine |
sed -e 's|^com\.apple\.TimeMachine\.||' -e 's|\.local.*||' |
while read snap; do tmutil deletelocalsnapshots $snap; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment