I have only backed up my iPhone once to this MacBook and it is already taking up 47GB of space. I have googled how to move the backup onto an external hard drive and have seen many posts with similar suggestions, involving typing in coding into Terminal such as:
ln -s /Volumes/<Your External HDD name>/MobileSync/Backup ~/Library/Application\ Support/MobileSync/Backup
ln -s /Volumes//Documents/Backup ~/Library/Application\ Support/MobileSync/Backup
But different websites suggest slightly different codes and as someone who has never edited Terminal or anything, I'm quite worried about doing something wrong. Could someone please walk me through this?
ln -s /Volumes/<Your External HDD name>/MobileSync/Backup ~/Library/Application\ Support/MobileSync/Backup
ln -s /Volumes//Documents/Backup ~/Library/Application\ Support/MobileSync/Backup
But different websites suggest slightly different codes and as someone who has never edited Terminal or anything, I'm quite worried about doing something wrong. Could someone please walk me through this?