Time Machine Network Backup
Fate has not blessed you with a tower of money such as Uncle Scrooge, so a Time Capsule is not an option, but you have a network share either at work or home you can. Enter the Time machine hack that will let you backup your Mac to a network share.Pros
- No need to plug in an external drive to your Macbook Pro
- You can back up multiple computers to the same file server
- Utilize the power of Wifi
Cons
- A little difficult to get up and running
- Speed is an issue compaired to a FireWire 800 attached drive
- Others may be able to access your data
Setting Up a TimeMachine Network Backup
- Find out the name of your Mac and make sure it only has letters and numbers. Get rid of any (') or other unneeded characters. Warning - This could mess with other things you have set up.
System Preferences > Sharing - Find out your Mac's MAC address. Pull up the Terminal application and paste the following code in to get the MAC address our your Mac.
ifconfig en0 | grep ether - The name of the file you are going to create in Step 4 will be <name>_MacAddress.sparsebundle. For example shane_0016cbaf91d7.sparsebundle
- With the Terminal still open. Type in
cdthen type in the following, remember to adjust the size and the name of the file.<br />hdiutil create -size 140g -fs HFS+J -volname "Backup of Shane" shane_0016cbaf91d7.sparsebundle<br /> - Now place this sparsebundle file in the root directory of the share you want to back up to.
- You need to enable Time Machine to see the network backups. Paste the following in the Terminal and run it
defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1 - Now mount the share with the Finder > Go > Connect To Server, the format for a Windows share (or Samba)cifs://<domain_name>;<username>@<hostname>/<sharename
- Open up Time Machine preferences. Select 'Change Disk', Select your network share. Time Machine should prompt you for your username/password on that share, you'll want to have it remember that info by checking the box.
- Time Machine will start to backup in 2 minutes and will mount the sparsebundle as a drive in the Mac Finder. There is no need to be connected to share all the time as Time Machine will connect to it and mount the sparse bundle automatically.
- One you see this sparse bundle mounted, you need to go to System Preferences > Spotlight > Privacy. Click the '+' and add the mounted drive to the list. We do not want Spotlight to find info on this drive... it will slow things down.
Referenceshttp://www.readynas.com/?p=253
Comments
Post new comment