Making a Mac Time Machine Backup on an SMB Share
Hi everyone, welcome to my first post this year. Create sparse image (virtual disk) There are two ways to create this virtual disk - via commands in the terminal or via the Disk Utility App (GUI) Terminal way Go into the folder where you want to create the virtual disk (NOT THE SMB SHARE, this step comes later). In this case, I’m using my Desktop: cd Desktop With the following command, we are going to create a 500GB virtual disk image named “TimeMachine” – change the size to suit your needs (roughly twice the size of your Mac’s storage space is recommended): ...