Created
February 20, 2021 08:46
-
-
Save gabihodoroaga/29f4c8d611581902e627381694e78026 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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