Backing up 10.14 Mojave Images or Cloning Disks, Carbon Copy Cloner 5.x plus

Note To Self: DON NOT USE APPLE DISK UTILITY, for anything other than formatting disks. Remember that time you spent ALL weekend attempting to restore and image when Apple restore image failed at the VERY LAST minute after 7 hours. Error apfs inverter failed to invert the volume

I found using Carbon Copy Cloner (CCC) 5.x works best in my testing, really frustrates me that Apple does not build a tool for this. Carbon Copy Cloner backup software can be found here https://bombich.com/

In my CCC backup workflows:

Grant CCC Full Disk Access under carbon copy cloner top menu

1) Select Source ( the mounted image that is not booted into ) in other words I have booted into another drive to get a good clean back up image.

2) Select Destination, ( remember to Choose New Disk Image, then select Read-only disk image from the pull down menu )

Assign new iTunes backup folder

I found this article helpful when researching how do I backup my old iPhone in iTunes before getting a new iPhone, I wanted to make sure I had a good local backup and I did not have enough space locally to accommodate my iPhone backup(s).

These are their steps that worked for me:

Changing the iTunes iOS backup folder on macOS
Launch the macOS Terminal application. This can be found using Finder, under Applications / Utilities / Terminal. Alternatively, it can be launched using Spotlight by pressing ⌘ Cmd + and typing “Terminal” before pressing ⏎ Enter.

Instruct the Terminal to change to the default iTunes backup location, by entering cd ~/Library/Application\ Support/MobileSync and then pressing ⏎ Enter.

Reveal the current backup folder in Finder by entering open . and then pressing ⏎ Enter.
The Finder window that opens will show a folder named “Backup”. This contains any iTunes backups which are already present on the computer. In order to change the backup folder’s location, this folder must be renamed, moved or deleted. As an example, one could rename it to “Backup (Old)”.

Once the “Backup” folder has been renamed, moved or deleted, a symbolic link can be created to the desired backup location. Use the following command ln -s [desired-new-backup-path] ~/Library/Application\ Support/MobileSync/Backup. Once this command has been entered, press ⏎ Enter and the change will be complete.

After restarting the Mac, iTunes will store its backups in the new location.

Big thanks to: https://reincubate.com/support/ipbe/change-itunes-backup-location/