
Essentially, when your MacBook’s getting low on storage, only the most recently-opened files and folders will be stored in your local Desktop and Documents the rest will be stored in iCloud Drive only.
#Icloud mac sync folders mac
#Icloud mac sync folders download
Put the newly-created Download alias under your home directory.It will be automatically be named Downloads alias by macOS Create a symbolic link for the newly-created Downloads folder (keyboard shortcut is: Command + L).Move all your files in the original Downloads folder into this newly created Downloads folder located under Documents folder.Manually create a folder named Downloads.Open Finder, and go to iCloud-synced Documents folder.The Downloads folder is protected by macOS from changes (such as a rename on Finder), but if you can use the Terminal app to circumvent this. So, I chose to sync my Downloads folder by storing it in Documents folder because had I put it in iCloud-synced Desktop folder, the Downloads folder would be visible on my Desktop. you cannot select yet additional folders you want to be synced to iCloud.

You have to understand that as of September 24, 2017, iCloud only allows Desktop and Documents folder to stored on iCloud. You will probably have to drag the new Downloads link (or folder) in Finder to the Favourites section/left menu if you want it to display there once more.

Create a symbolic link to your new Downloads folder: ln -s ~/Documents/Downloads ~/DownloadsĪll those commands again, but without all the extra words :) mkdir ~/Documents/Downloads.Delete your old Downloads folder (this should require your password, and presumes you are logged in as an administrator): sudo rm -rf ~/Downloads/.Copy (or move as with this example) your files from the old (presumed to be in ~/Downloads directory to the new Downloads directory: mv ~/Downloads ~/Documents/Downloads.

Create a 'Downloads' folder in your 'Documents' directory (if you haven't already): mkdir ~/Documents/Downloads.In terminal (or iTerm2 if you want a more customisable terminal): Rather than add the original Downloads folder into iCloud, I've relied on the standard 'Documents and Desktop' sync option provided by Apple in iCloud without messing around in the background where those files are accessible ( ~/Library/Mobile\ Documents/com~apple~CloudDocs/) as I'm not confident that adding links in there is a good idea long term. Similar answer to one of the others, but in this case I've used a symbolic link to do this rather than use the GUI to create an apple 'Alias', just to be sure it works in all cases.
