Skip to content

Instantly share code, notes, and snippets.

@srmds
Created November 6, 2018 13:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save srmds/b93d4381c370258e87e50b87f7fd17df to your computer and use it in GitHub Desktop.
Save srmds/b93d4381c370258e87e50b87f7fd17df to your computer and use it in GitHub Desktop.
Delete all timemachine localsnapshots
for date in $(tmutil listlocalsnapshots / | perl -pe 's/com.*(2018.*)/\1/'); do echo "deleting $date"; sudo tmutil deletelocalsnapshots "$date"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment