I cannot symlink MobileSync
I need to back up my iPhone on an external hard drive because there is not enough storage on my Mac. I tried to symlink the MobileSync directory to the external hard drive, as advised on some older threads. However, there seems to be some kind of hidden restrictions on MobileSync as shown below, in bold. This is Sequoia 15.3.1 and I am in the admin account.
admin@Mac Application Support % pwd
/Users/admin/Library/Application Support
admin@Mac Application Support % ls -l
total 0
...
drwxr-xr-x 5 admin staff 160 Apr 1 2023 Knowledge
drwxr-xr-x 3 admin staff 96 Apr 13 13:47 MobileSync
drwxr-xr-x 2 admin staff 64 Jan 11 11:22 Spotlight
...
admin@Mac Application Support % ls -l MobileSync
total 0
ls: MobileSync: Operation not permitted
admin@Mac Application Support % sudo ls MobileSync
ls: MobileSync: Operation not permitted
admin@Mac Application Support % sudo ln -s ~/Test/ MobileSync
ln: MobileSync/Test: Operation not permitted