Created
July 21, 2020 00:32
-
-
Save matthewbodaly/52be3237522a43518a67dfcc5a9abd16 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
#!/bin/bash | |
# For a good time, run Time Machine over VPN. | |
# yourfuneral | |
# snapshot | |
tmutil snapshot | |
# disable Time Machine | |
tmutil disable | |
exit 0 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment