Wednesday, December 26, 2012

Syncing any folder with SkyDrive

800px-Skydrive_logo_svg

The issue:

The SkyDrive desktop app for Windows only allows synchronizing a single directory (by default C:\Users\<Username>\SkyDrive) between your hard drive and the cloud.

The workaround:

Using NTFS junction points you can “create a symbolic link to a directory which then functions as an alias of that directory”.

The command to execute in the SkyDrive folder is:

mklink /J <name-of-alias> <path-to-existing-folder>

(e.g. mklink /J Photos D:\Skype\Photos)

More information can be found in these articles:

Warning: Unfortunately, if you create junction points in the SkyDrive folder itself, SkyDrive will not correctly monitor for changes (see here). As a workaround you could move the original folders into the SkyDrive folder, and create junctions at the old locations to point at the same data. This way SkyDrive monitors the folders as expected.

Updates to this blog post:

  • Updated (March 4th, 2013): Added warning regarding SkyDrives monitoring (see here).
  • Updated (March 15th, 2013): Added workaround to to get the monitoring to work with junctions (an idea found here).

1 comment: