Skip to content

Instantly share code, notes, and snippets.

@Dillie-O
Last active November 6, 2016 20:14
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dillie-O/6140774 to your computer and use it in GitHub Desktop.
Save Dillie-O/6140774 to your computer and use it in GitHub Desktop.
Mount ReadyShare network drives and TimeMachine sparsebundle script
try
mount volume "smb://readyshare/MacBackup"
end try
do shell script "hdiutil attach -mountpoint /Volumes/MacBackup/ /Volumes/MacBackup/TimeMachine.sparsebundle"
@joshlsullivan
Copy link

Excellent. Thank you.

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