So we've been hitting our heads against the wall the past few weeks while we work to get Time Machine working in JAMF. We're using a network share (NAS) to back up all of our endpoints (which currently is only around 25, but will be upwards of 100 once UAT is complete). We've had some luck, however one of our requirements is to hide the share from the GUI so users can't access it and open other users backups.
The following is the script we've put in JAMF:
mkdir /volumes/shared/
mount_afp -o nobrowse afp://username:password@servername/timemachine /volumes/shared
We can manually connect it and it works, and before using the -o nobrowse flag it seemed to work alright too.. Anyone have any suggestions or see something I am missing? We also use a similar script to mount an SMB share which is the Sophos distribution point (which we have on-premises), and it runs without a hitch.
Thanks!
