PERockwell
About
- Username
- PERockwell
- Joined
- Visits
- 43
- Last Active
- Roles
- member
- Points
- 133
- Badges
- 0
- Posts
- 49
Reactions
-
How to backup your Mac
By the way, there's no concept of "Full backup" with Time Machine. The first backup is full, all the rest are differential.
Time Machine is writing to a "synthetic snapshot" of the source data on your backup disk. When you take a new backup, a writable snapshot is created on the backup disk . That snapshot is essentially the contents of your disk the last time you ran a backup. Then your source drives are compared to that snapshot. Files that changed are copied into the hard drive. Files that no longer exist are deleted on the backup drive. When finished, the backup storage snapshot is made read-only, preserving the backup from further changes.
i believe it's possible to force something like a full backup that performs a full rescan of your source disks, but I'm not sure if that performs a full copy of all data or simply checks to see that all data resides in the backup storage. You shouldn't need to do that very often though. -
Ultimate guide on how to use an external SSD as a working drive on macOS Sequoia
Thought I'd add a bit to the sicussion based on experience.
If you value your sanity and time, don't symlink parts of the top level of your home folder to an external drive. You won't know when a macOS update will come along and get confused about what you did and mess up your user folder. And don't be tempted to hack your user profile and move your home folder to an external drive.
I moved my home folder to an external drive once upon a time. It worked well for a few months. That is, until one macOS upgrade. Which broke what I'd done to theo point that I couldn't log in any more. Thank goodness I had another admin account that I could use to sign in and repair things. Which took a few hours and testing to make sure that I'd done things right. Never did that again.
I've also had issues with a relocated home folder when the external drive suddenly disconnects while running. The worst of those problems were that macOS decided to re-create my home folder because the drive containing my home folder was remounted to another folder in /Volumes because it thought the original was still in use. "Where did all my stuff go" and "Why is it taking so long to log in" were two of the more PG responses I had when that happened.
I think the best advice ifor Apple Silicon Macs s to boot from the internal drive, keep your home folder on that external drive, use Apple's app features (e.g. in Music, Photos, and Xcode) to move media libraries/work folders/large applications to an external drive, move your default Downloads folder to the external drive, and do most if not all of your daily work on folders that reside on the external drive. (jsut make sure you configure whatever backup scheme you're using to include your work on the external drive). The closer you stay to a "stock" macOS configuration (without hacks), the less of a chance you have of some something going wrong because Apple isn't expectiing it.
To the TB4 vs USB4 quesstion: All TB4 is USB4, but not all USB4 are TB4. TB4 includes USB4. But USB4 can be implemented without TB4 chipsets (in fact most of those USB4 external devices that cliam TB4 compatibility are using USB4 chipsets that have been tested for compatibility with TB4).
USB4 devices have a speed advantage over Thunderbolt 4 native devices. Thunderbolt 4 protocols reserve bandwitdh for video applications. This limitation (and use of at max 4 PCIe lanes for data traffic) leaves native TB devices to a max of about 2700 MB/sec throughput. When using USB4 protocols, that same TB4 port can deliver in excess of 3000 MB/sec (I think OWC claims 3200 MB/sec for their new USB4 SSD enclosure) - which is pretty close to the native TB4/USB4 signialing speed of 40Gbps and the 10/8 data encoding used). -
macOS flaw that allowed attackers to bypass core system protections is now fixed
andbu said:FYI , I don’t any update. Still running 15.2 (24C101)
You already have the update that fixes this issue. It was addressed in Sequoia 15.2 (released, not coincidentally, on 11-Dec-2024), per Apple's article https://support.apple.com/en-us/121839 -
macOS Sequoia 15.2 isn't allowing third-party utilities to make bootable backups
bikertwin said:
Wrinkle? I think it’s proving the point you set out to refute.
It would be very interesting to see what SSD failure rates are on today's Macs, compared to HDD failure rates.
The question of risk analysis comes in here. If you're worried about the downtime incurred with a failed SSD, have you considered how to deal with other component failures on the motherboard such as memory or CPU that render the Mac unusable? At some point, depending on that risk analysis, a spare Mac becomes part of the equation.
In the more likely use cases of protecting against a corrupted file system, overcoming an under-sized internal disk, or as a safety net for installation of a system update, the ability to run from an external SSD drive is still available and is an option for those use cases- even on Apple Silicon.
-
macOS Sequoia 15.2 isn't allowing third-party utilities to make bootable backups
Sorry to deisappoint those that suspect a conspiracy to inflate Apple's profits, but the same research will tell you that Apple has change the boot process for security purposes.
Bootable backups can still be made, just not with the ASR tool. Mike Bombich (Carbon Copy Cloner) has been warning of this situation for years because of the undocumented nature of ASR and Apple's stance on cloning the operating system.
Mike made a blog post about this over 3 years ago t https://bombich.com/blog/2021/05/19/beyond-bootable-backups-adapting-recovery-strategies-evolving-platform).
A significant quote from that blog:
Back in December I had a conference call with Apple about the reliability and functionality of ASR on macOS and regarding Apple Silicon Macs in particular. They indicated that they were working to resolve the ASR/Apple Fabric issue, but they made it very clear that copying macOS system files was not something that would be supportable in the future. Many of us in the Mac community could see that this was the direction Apple was moving, and now we finally have confirmation. Especially since the introduction of APFS, Apple has been moving towards a lockdown of macOS system files, sacrificing some convenience for increased security.
If you've done your research, you can find that bootable external disks can still be made, but your best method of doing so (recommended by a number of sources) is to create a data-volume only duplicate to the external disk, then perform a macOS installation to the external disk. See Install macOS on an external storage device and use it as a startup disk and make-a-ventura-bootable-external-disk-for-an-apple-silicon-mac (I'm sure there are others)...
The only wrinkle is because of the security architecture of Apple Silicon Macs -- they won't boot at all if the internal SSD fails.