Feed on
Posts
Comments

i recently installed some massive hard drives in my server box.  given all that space, i thought it’d be perfect to have the mac’s in my house all backup via time machine to those drives.  here’s how i got things working.

  1. enable sharing on the macs by opening the terminal and entering the command:
    • > defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1
  2. create a “sparsebundle” on the mac, again by using the terminal:
    • > sudo hdiutil create -size [size in GB]g -type SPARSEBUNDLE -nospotlight -volname “Time Machine” -fs HFS+J -verbose ~/Desktop/[Your\ Computer\ Name]_[YourMACAddress].sparsebundle
  3. move that sparsebundle to your network share.  assuming that share is mounted, time machine’s preference pane should be able to see your network share as a permissible backup location.

Bookmark and Share

if that was helpful ...

check out the other tips and tricks i've compiled on these pages. you might learn something else interesting!

3 Responses to “how to get time machine working to a networked hard drive”

  1. [...] note that you may also have to install GRUB on the new drives to make the new RAID 1 array bootable.  here’s how to install GRUB. [...]

  2. [...] say you’ve gone and done something rash and created a DIY time capsule. how do you restore from the backup if your hard drive goes belly [...]

  3. on 11 Dec 2011 at 3:38 am 5 mistakes

    Your blog is really interesting to me and your subject matter is very relevant. I was browsing around and came across something you might find interesting. I was guilty of 3 of them with my sites. “99% of website managers are guilty of these five mistakes”. http://tinyurl.com/cs2x27t You will be suprised how simple they are to fix.

Did I get this wrong? Let me know!

Trackback URI | Comments RSS