In previous version of OS X I created symlinks to move ios backups in iTunes to an external harddrive. It appears that the installation of Catalina is having problems with this approach.
I tried to create the symlink in Catalina but am getting the following
─➤ sudo ln -s /Volumes/Data HD/ios_backups ~/Library/Application\ Support/MobileSync/Backup 1 ↵
Password:
ln: /Users/kobrien/Library/Application Support/MobileSync/Backup/Data: Operation not permitted
I tried changing the permissions of the MobileSync directory but it won't allow that either.
─➤ sudo chmod 777 MobileSync 1 ↵
chmod: Unable to change file mode on MobileSync: Operation not permitted
Current permission on the directory.
rwxr-xr-x 2 user1 staff 64 Jul 7 13:13 MobileSync
Interestingly it won't even let me do a
╰─➤ ls -la MobileSync 1 ↵
ls: MobileSync: Operation not permitted
I was able to do a ls -la on the parent dir.
Does this have something to do with SIP? Has anyone been able to move their iTunes backup folder under Catalina??
Thanks in advance.