Posted on 07-24-2017 06:30 AM
In this example, I created a folder at the root of my startup disk. But you could also create a folder on an external removable disk.
Prepare the folder to be used as a local distribution point.
Option A: Use Finder to create the folder.
/then click Go.
jamfthen press Enter to save the name change.
Option B: Use Terminal to create the folder.
Skip this if you used Option A above.
sudo mkdir /jamf
sudo chown ladmin /jamf
Replicate:
Use Casper Imaging:
/jamfthen click Go (replace /jamf with the name of your local distribution point).
Posted on 07-24-2017 06:51 AM
Just curious, why the need for the initial 1st command-line steps? Never had an issue just doing this through the finder and dragging into Casper Admin, but I don't use Casper imaging very often.
Posted on 07-24-2017 07:55 AM
This is also a good way to quickly get a copy of all the scripts in JSS.
Posted on 07-24-2017 10:26 AM
@Taylor.Armstrong I find using Terminal to be quicker, but I updated the article with two options, using Finder or using Terminal, to create a folder at the root of the startup disk. Thanks!
Posted on 07-24-2017 12:15 PM
^^. No problem - esp. with the permissions fixing, was wondering if I'd missed something when I did it. Like I said - don't use imaging often at all.
Posted on 07-24-2017 12:26 PM
@arekdreyer You might also want to point out that if your available storage space on your local volume (cough, cough, MBA 128GB SSD) isn't sufficient to hold the entire contents of your Distribution Point, Casper Imaging is fine with only the needed subset for your imaging task being downloaded manually from your DP rather than the full copy provided by Replicate in Casper Admin.
Posted on 07-24-2017 12:53 PM
Great point, @StoneMagnet! Do you have a recpie for creating a subset? Thanks!
Posted on 07-24-2017 01:05 PM
@arekdreyer Nothing documented (truth be told I use DeployStudio for imaging, then Jamf Pro Policies & Self Service for the rest). My DPs are SMB hosted, so it's just a matter of mounting the CasperRead sharepoint via Connect to Server... in the Finder, then copying the files corresponding to what Casper Imaging will need to a local /jamf/Packages
directory (you'd probably want to include the CompiledConfigurations directory from your DP if you're using those).