Skip to content

Instantly share code, notes, and snippets.

@jkeychan
Created November 16, 2020 20:05
Show Gist options
  • Save jkeychan/91190d62a63c304b7e3ace1b38b3b914 to your computer and use it in GitHub Desktop.
Save jkeychan/91190d62a63c304b7e3ace1b38b3b914 to your computer and use it in GitHub Desktop.
Remove old Timemachine Backups with tmutil
find $(tmutil machinedirectory) -name "2020-03-*" -maxdepth 1 | sort -r | tail -n +2 | sudo xargs tmutil delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment