Skip to content

Instantly share code, notes, and snippets.

@s7nio
Created September 17, 2013 09:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save s7nio/6592133 to your computer and use it in GitHub Desktop.
Save s7nio/6592133 to your computer and use it in GitHub Desktop.
mac: disable local snapshots feature of time machine
# 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
@s7nio
Copy link
Author

s7nio commented Sep 17, 2013

make a snapshot

tmutil snapshot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment