Skip to content

Instantly share code, notes, and snippets.

@gabihodoroaga
Created February 20, 2021 08:46
Show Gist options
  • Save gabihodoroaga/29f4c8d611581902e627381694e78026 to your computer and use it in GitHub Desktop.
Save gabihodoroaga/29f4c8d611581902e627381694e78026 to your computer and use it in GitHub Desktop.
# enable Full Disk Access for temrinal
# Go to System Preference -> Security & Privacy -> Full Disk Access
# get the list of your backups
sudo tmutil listbackups
# delete the backup
sudo tmutil delete snapshot_path
# disable full disk access for terminal
# Go to System Preference -> Security & Privacy -> Full Disk Access
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment