arm1.ru

Tag: «яндекс.диск»

Syncing a Folder Located Elsewhere with Yandex.Disk

event Oct 7, 2013 at 15:19

For now Yandex.Disk only syncs files and folders located inside its own folder and does not let you add a folder from elsewhere, for example from another hard drive. If you do not want to place the folder you need to sync inside the Yandex.Disk folder, on macOS you can create a symlink, for example:

ln -s /Volumes/MyDisk/FolderToSync /Users/user/Яндекс.Диск/FolderToSync

On Windows, in theory, you can use a symbolic link as well.