Last active
November 6, 2016 20:14
-
-
Save Dillie-O/6140774 to your computer and use it in GitHub Desktop.
Mount ReadyShare network drives and TimeMachine sparsebundle script
This file contains hidden or 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
try | |
mount volume "smb://readyshare/MacBackup" | |
end try | |
do shell script "hdiutil attach -mountpoint /Volumes/MacBackup/ /Volumes/MacBackup/TimeMachine.sparsebundle" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Excellent. Thank you.