My Notebook
by kerner1000
On a Mac, you can enable iCloud sync for your Desktop and Documents folder. This will sync all files in those folders accross all your devices, oncluding mobile devices such as iPhone or iPad. How to do so is described here.
This does not include your Downloads folder, though. But there is an easy way to sync the Downloads folder as well:
First, move all your files from ~/Downloads
to the new location. For example, your iCloud Downloads
(/Users/$USER/Library/Mobile Documents/com~apple~CloudDocs/Downloads
)
or Dropbox Downloads
(/Users/$USER/Dropbox/Downloads
).
.localized
:
cp -av Downloads/.localized ~/
~/Downloads
:
sudo rm -rf Downloads/
ln -sv ~/Dropbox/Downloads ~/Downloads
Or, for iCloud:
ln -sv ~/Library/Mobile\ Documents/com\~apple\~CloudDocs/Downloads ~/Downloads
.localized
backup:
mv ~/.localized ~/Downloads/
chmod -h 700 ~/Downloads
~/Downloads
is now synced!