How do I remove local time machine snapshots in macos?

You can delete specific local backups from the Terminal. Launch the Terminal (from Applications > Utilities), and then copy and paste this command and press Return:

tmutil listlocalsnapshots /

The Terminal will show a list of local snapshots with names like com.apple.TimeMachine.2018-03-01-002010. To remove a snapshot:

  1. Copy and paste this command: sudo tmutil deletelocalsnapshots
  2. Type a space and then paste in the date portion of the snapshot.
  3. Press Return, and finally press Return.

Altogether, using the example snapshot above, that looks like:

sudo tmutil deletelocalsnapshots 2018-03-01-002010

If it deletes properly, you’ll see Delete local snapshot '2018-03-01-002010' in the Terminal as the response.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How do I change my remember password options in Google Chrome

Manage your website passwords This article applies to the Google Chrome browser on Windows,...

Change time is Gmail

Correct Your Gmail Time Zone To set your Gmail time zone: Click the gear in your Gmail's...

How to speed up Windows XP use at your own risk

Warning: occasionally people break their PC badly by using this list of suggestions. Usually...

How to run cmd in escalated mode with admin rights to modify firewall

a solution: runas /user:administrator@domainname.local cmd then in the resulting command...

How do I enable auto login in Windows

This article describes how to configure Windows to automate the logon...