Created
March 27, 2014 11:39
-
-
Save bondarewicz/9805660 to your computer and use it in GitHub Desktop.
OSX: Time machine backup to windows network drive
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. open drive utility and create new image using 'sparse bundle disk image' and save to desktop | |
2. unmount and copy to network drive destination (using terminal's go->connect to server) | |
3. delete the image from desktop and open copied image on network drive unsing drive utility, mount | |
4. open terminal and paste "defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1 && killall Finder" | |
5. then "sudo tmutil setdestination /Volumes/[YOUR_DRIVE_NAME_HERE]" | |
https://www.youtube.com/watch?v=_VwHGSHSnDk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment