Apple introduced a new filesystem in macOS High Sierra, so naturally you may be wondering how Carbon Copy Cloner deals with this and how this new change might affect your backups. You might even be wondering, 'What's a filesystem?', so we'll start with that, and gradually move into more technical details.
A clone's MAC address and UUID are different from those of the parent virtual machine. If you want to save the current state of the virtual machine, so you can revert to that state in case you make a mistake, take a snapshot. If you want to make a copy of a virtual machine for separate use, create a clone. MAC spoofing is a technique for changing a factory-assigned Media Access Control (MAC) address of a network interface on a networked device. The MAC address that is hard-coded on a network interface controller (NIC) cannot be changed. However, many drivers allow the MAC address to be changed. Additionally, there are tools which can make an operating system believe that the NIC has the MAC. Generally you clone a MAC because you want the new device to look 'the same' as the old one to an external authority. Some providers require clients to register a MAC address before using it either explicitly through some kind of registration form or implicitly through some action. Examples of such impliicit registration include cable modems.
What's a filesystem?
The file system is perhaps the most important piece of software on your Mac. It’s also one of the most transparent, at least when it’s working correctly. Every user and every application uses the file system. The file system keeps track of and organizes all of the files on the hard drive, and also determines which users and applications have access to those files. The file system also keeps track of how many files you have and how much space they consume. Every time you look for a file, open a file, move a file, save a file or delete a file, it's the filesystem that is fulfilling that action.
Why is Apple introducing a new filesystem?
Apple’s legacy file system, HFS+, has worked well for almost 20 years, and Apple has made consistent improvements to it over that time. For example, Apple added support for extended attributes, file system compression, file system journaling, and full-disk encryption. All of these new features were added to keep pace with new operating system features and to make the file system more reliable. But that file system was created initially for Mac OS 8, and was designed for platter-based hard drives. Storage technology has changed a lot over the last 20 years, and modifying HFS+ to keep pace with those changes has proven increasingly difficult. To meet the challenges of new OSes and new storage technology, Apple introduced the Apple File System, or 'APFS' in High Sierra.
When I upgrade my Mac to High Sierra (or later), will my startup disk be converted to APFS?
When you upgrade to macOS High Sierra, systems with all flash storage configurations are converted automatically. Systems with hard disk drives (HDD) and Fusion drives won't be converted to APFS on macOS High Sierra. When you upgrade to Mojave, HDD and Fusion volumes are also converted to APFS. You can't opt-out of the transition to APFS.
If I first upgrade to High Sierra on an HDD, and then clone to an SSD, will the SSD be converted to APFS?
If you're running macOS High Sierra or Mojave, then neither the HDD nor the SSD will be automatically converted to APFS. You can choose, however, to erase the SSD as APFS prior to cloning to it. Both APFS and HFS are valid destination formats when using Carbon Copy Cloner 5 on High Sierra and Mojave. When making a backup of a macOS Catalina system volume, CCC will automatically convert the destination volume from HFS+ to APFS, but only after your explicit approval of the action.
If the OS upgrade converted my startup disk to APFS, what do I need to do to my backup disk? Do I have to erase it as APFS?
You don't need to do anything at all to your backup disk after upgrading to macOS High Sierra or Mojave (and again, on macOS Catalina, CCC will automatically convert the destination to APFS, so you still don't have to do anything to the destination volume). Having an HFS+ backup of an APFS-formatted High Sierra or Mojave startup volume is acceptable; that will function just fine for any future restores, even to an APFS-formatted volume. If your backup disk is an SSD, or if you were planning to erase the destination anyway, we do recommend that you erase it as APFS.
I'm running Mojave — can I erase my HDD destination as APFS? Are there any advantages to using APFS on the destination?
If you were planning to erase your destination volume anyway, we recommend that you format the volume as APFS. While enumeration performance of APFS on a rotational disk is still significantly worse than HFS+ on the same hardware, there are some other advantages to choosing APFS rather than HFS+. For example, an APFS destination can store snapshots from which you can do point-in-time restores. APFS volumes also support sparse files, and you're less likely to run into name comparison problems (e.g. when files on the source APFS volume have Unicode characters like 'é') when backing up to an APFS-formatted volume. You also cannot boot a T2 Mac from an HFS+ encrypted volume, so if you have a T2 Mac and encryption of the backup is required, you must choose APFS.
Can I use CCC to clone an APFS startup disk to another Mac?
The macOS installer applies a firmware upgrade to your Mac when you install the macOS upgrade. This firmware upgrade cannot be made part of the cloning process. Only the macOS Installer can upgrade a Macintosh to support APFS. If you attempt to clone an APFS volume to a Macintosh that has not yet received the firmware upgrade from the macOS Installer, that Macintosh will not be able to boot from the APFS volume. Once your Mac has received the firmware upgrade via the macOS Installer, your Mac can boot from a CCC bootable backup on an APFS volume. Note, however, that every major MacOS upgrade may require a new firmware upgrade to allow use of the newer operating system.
What Is The Cloning Process
Note that this is also applicable to a Macintosh running in Target Disk Mode. If you upgrade one Mac to High Sierra (or later) via the Installer, you cannot boot a second Mac into Target Disk Mode, attach it to the first, then clone High Sierra (or later) to the Mac in Target Disk Mode. The required firmware upgrade cannot be applied to the Mac that is booted in Target Disk Mode, you must run the macOS Installer on that second Mac. Once the second Mac has received the firmware upgrade via the macOS Installer, you can clone the first Mac to the second Mac booted in Target Disk Mode.
Does CCC support encrypted APFS volumes?
Yes, CCC 5 can clone to and from encrypted APFS volumes (aka FileVault encryption). Note that CCC doesn't play any role in the encryption process – encryption is a function of the volume, not of the tool that's writing a file. If you enable FileVault on your startup disk, then the files on your startup disk will be encrypted. Those files are decrypted on-the-fly by the filesystem when they're opened by an application. Likewise, if you enable FileVault on the destination volume (e.g. via the Security Preference Pane while booted from the backup), then the files on the destination will be encrypted. CCC doesn't have to encrypt those files, they're encrypted on-the-fly by the filesystem as the bits are written to disk.
I heard that APFS has a 'cloning' feature. Is that the same as what CCC is doing?
No, the cloning functionality within APFS is completely unrelated to the cloning that CCC performs.
APFS cloning allows the user to instantly create copies of files on the same volume without consuming extra storage space. When cloning a file, the file system doesn’t create copies of the data, rather it creates a second reference to the file that can be modified independently of the first file. The two files will share storage on the disk for portions of the files that remain identical, but changes to either file will be written to different parts of the disk. APFS file cloning only works when you make copies of a file on the same volume (e.g. duplicate a file or folder in the Finder). CCC is typically copying files between volumes, so APFS cloning isn't applicable for that kind of task.
The important take-away is that APFS file cloning can save you space on your startup disk, but CCC cloning can save your data if your source disk fails. They serve completely different purposes; APFS file cloning is not at all related to making backups.
Cloning Mac Hdd
Why doesn't the disk usage on my backup disk match the disk usage on the source disk?
Mac Cloning Router
CCC's global exclusions as well as the SafetyNet feature have traditionally led to legitimate differences in disk usage in the past. The aforementioned APFS file cloning feature, however, adds a new dimension to this concern. While APFS file cloning saves space on your source volume, those space savings can't be consistently applied when copying your files to another volume (because Apple doesn't offer a way for us to determine that one file is a clone of another). Making matters worse, Finder does not accurately represent the true disk usage of your files. Finder doesn't take into consideration whether one file is a clone of another (again, because Apple doesn't provide a way to make that assessment), so it sums up the total size of each file and folder, presenting a total value that is possibly astronomically higher than the capacity of the disk.
If you convert your Mac's disk to APFS, understand that the disk usage on your source and destination may never add up, and therefore may not be a reliable measure for comparing the source and destination.
Additional Resources
We're here to help
If you get stuck or need some advice, you can get help right from within CCC. Choose 'Ask a question' from CCC's Help menu to pose a question to our Help Desk.
How Is Cloning Used Today
This router incompatibility is based on fact, but is usually phrased in a way that makes it misleading and untrue. Your computer has a hardware address called a MAC that never changes, and therefore uniquely identifies your computer. When your Internet Service Provider sets up your connection, they register your computer’s MAC address with their system. From that point on, your computer must identify to their system with it’s MAC in order to be allowed access to the Internet. Since your computer’s MAC is a unique address, any router that you might later set up as an intermediary between your broadband modem and computer(s) will have a different MAC. Your router’s MAC will be unknown to your ISP, and so they may deny Internet connectivity to your router. This is the reason you might have heard that your router is “incompatible” with your Internet service.
Your router is not incompatible with your Internet service. Your router’s MAC is simply unknown to your ISP. Herein lies the problem — why have your ISP set up Internet service to each device in your home? I certainly do not feel like dealing with my ISP whenever I get a new computer, video game console, DVR box, or any other network-enabled device. I want to plug in and go. Why purchase a new router from your ISP when you already have your own? That’s certainly not cost-effective.
If your Internet service is down because you are using your own router, you can bring it back up within seconds by cloning your computer’s MAC address to your router. The process of “cloning” your MAC address to your router is quite simple:
- Log into your router’s administration panel and clone your computer’s MAC address.
- Restart your broadband modem.
- When the system reboots, your ISP asks for a MAC address, and your router responds with the MAC of your computer instead of it’s own.
- Your ISP thinks it’s talking directly to your computer, and restores Internet access.
The actual act of clone your MAC address is pretty simple. Most routers have a button in their administration panel that, when pushed, will clone your MAC address and save those new settings. Log into the administration panel, and look in the different “setup” screens for a button or link to clone your MAC address. This tutorial from Broadband Reports has instructions and illustrations for the cloning process on a number of popular router brands, such as Linksys, D-Link, SMC, and Netgear.
To access your router’s administration panel, you must start up your web browser and type an IP into the address bar. Here are the addresses for a few popular brands:
What Is Human Cloning
- Linksys: 192.168.1.1
- Netgear: 192.168.0.1
- D-Link: 192.168.0.1
- US Robotics: 192.168.123.254
- SMC: 192.168.2.1
- Siemens Speedstream: 192.168.254.254
Current Uses For Cloning
This list is by no means absolute. You may have a different router than what is mentioned here, or you might have a newer (or older) model that uses a different address. In case these addresses don not work, consult your router’s manual. The manual will surely mention how to access the router’s administration panel.