Skip to main content

Posts

Showing posts from February, 2016

Restore Time Machine backup from Synology

If you find yourself in a situation where you need to restore your Mac from a Synology NAS, you will find out pretty soon after you enter the recovery mode, that backup disk is not visible in recovery window. Steps need to be executed in order Recovery process to find NAS. Best practise is to name Time Machine shared folder on Synology without spaces. Second, if you are using a password with spaces, which I strongly suggest from security point of view, always put it between ' ' example: 'This is my password'. Enter the OS X recovery mode by holding Command +R (when Mac restarts and display is grey) When window with options is presented, select Utilities from the bar and select Terminal In Terminal use following commands: Cd /Volumes ls /la Create a folder to mount Synology to by typing mkdir synology Now mount your NAS by entering following command mount -t afp afp://admin:password@10.10.10.11/TimeMachine synology Where admin is your username wit