Using a network drive as a Time Machine backup drive
- mac
- 2020-11-15
- 2 minutes to read
- time machine
Table of Contents
A long time ago in a galaxy far, far away…
This post is over 24 months old, that is an lifetime in tech! Please be mindful of that when reading this post, young Padawan, as it could be outdated. I try to keep things up to date as much as possible. If you think something needs updating, please let me know in the comments.
Introduction
I have been using on old PC as Time Machine backup server quite successfully. I have got an old HP MicroServer picking up dust so I decided to give Unraid a trial. The process of setting up a Time Machine drive isn’t totally straightforward but there is a clear guide in the Unraid docs. I have just been able to throw a load of old disks into the server, create a RAID and finally create a Time Machine share to provide a central backup server for the various Macs around the house.
Connect to Server
You need to connect up to the share first and (if you have secured it) provide credentials for authenticating. To do this go Finder and select Connect to Server from the GO menu. Enter your server address as follows (replacing yourservername with the name you have set for the server in Unraid);
If you have secured the share in Unraid, you will be asked to set credentials. The share will then be available in Finder.
Show Unsupported Network Volumes
Setting up the drive as a valid Time Machine location needs one command run through Terminal. I don’t remember having to run this previously but a few OS updates have been installed since so perhaps things have moved on a little. The command simply allows for unsupported network volumes to be presented as valid destinations. To run this command, open finder and select Utilities from the GO menu. In there you will find the Terminal app, open up the app. From the command line run the following command;
defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1
Select Backup Disk
Once you have done that you can close Terminal down and go to System Preferences and then onto Time Machine so you can configure the backup location. Check the “backup automatically” checkbox, then hit “Select Backup Disk”, you should then see your share available to select;