Skip to content

Instantly share code, notes, and snippets.

@agea
Created November 21, 2012 11:38
Show Gist options
  • Save agea/4124466 to your computer and use it in GitHub Desktop.
Save agea/4124466 to your computer and use it in GitHub Desktop.
hdiutil create -size 100g -type SPARSEBUNDLE -nospotlight -volname "TM Disk" -fs "Case-sensitive Journaled HFS+" tm_disk
mv tm_disk.sparsebundle /Volumes/share/
sudo defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1
killall "Finder"
hdiutil attach -verbose /Volumes/share/tm_disk.sparsebundle
sudo tmutil setdestination /Volumes/TM\ Disk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment