Skip to content

Clear TimeMachine local snapshots #48

@bkeepers

Description

@bkeepers

What problem does this solve?

When configured to use TimeMachine for backups, the mac will keep local snapshots until they can be synced to the TimeMachine disk. This was >400GB on my Mac today.

Proposed solution

for d in $(tmutil listlocalsnapshotdates | grep "-"); do sudo tmutil deletelocalsnapshots $d; done

Alternatives considered

No response

Type of change

New scanner / category

Checklist

  • I searched existing issues and this hasn't been requested before
  • I'd be willing to implement this myself

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions