Forked from s7nio/mac-tm-disable-local-snapshots.sh
Last active
August 29, 2015 14:10
-
-
Save DenimTornado/5b2f3e82f7c763ccc72b 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
# disable local snapshots feature of time machine | |
sudo tmutil disablelocal | |
# undo | |
#sudo tmutil enablelocal | |
# delete all mobile backups | |
# repeat after every new backup drive selection | |
sudo rm -r /.MobileBackups |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment