...and I use a networked drive on a linux box for my Time Machine backups.
How do you get Time Machine to recognize the external NAS drive? From what i can tell, short of a hack, the only external networked drive that Time Machine can utilize is a Time Capsule.
I tried this for a while, but when waking from sleep (MBP) I usually saw the 'mountpoint disconnected' error message. Time Machine never interpreted that correctly and backups were either hanging or failing. Do/Did you experience something similar?Then mount it... You should see it in the time machine preferences.
I tried this for a while, but when waking from sleep (MBP) I usually saw the 'mountpoint disconnected' error message. Time Machine never interpreted that correctly and backups were either hanging or failing. Do/Did you experience something similar?
Which one would have better range and speed? Which one would be better to buy?
There are a couple things you need to do to get it to work.
First, to allow time machine to use a network drive:
On 1 line:
defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1
Then mount it... You should see it in the time machine preferences.
Then it still puked all over the place creating the image, had to manually create a sparsebundle image:
on 1 line:
hdiutil create -library SPUD -size 450g -fs Journaled HFS+ -type SPARSEBUNDLE -volname MACBOOK_xxxxxx.sparsebundle
Change the 450g to ths amout of free space on your drive, and the MACBOOK_xxxxxx to your computers name underscore mac address without the colons.
example, if your computer name is "Computer" and you ethernet mac address is 00:12:34:56:78:9A then use Computer_00123456789A
( Don't use your wireless mac address, it will see it as a foreign image )
Move the sparse bundle to the network drive, and start backing up.