Skip to content

Instantly share code, notes, and snippets.

@bberak
Created March 7, 2022 22:29
Show Gist options
  • Save bberak/ffbcef076990fc251c6a08e46cdf5baa to your computer and use it in GitHub Desktop.
Save bberak/ffbcef076990fc251c6a08e46cdf5baa to your computer and use it in GitHub Desktop.
How to delete Time Machine local snapshots on MacOS
# List snapshots
tmutil listlocalsnapshots /
> com.apple.TimeMachine.2021-03-07-222748.local
> com.apple.TimeMachine.2022-03-07-222748.local
# Delete a snapshot
sudo tmutil deletelocalsnapshots 2022-03-07-222748
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment