Sync user folders between computers

multiple computerssync

Is there a way I can sync the entire user folders (Documents, Pictures, Music, Videos etc.) between 2 computers? I don't want to use Dropbox (or any similar single folder syncing service) as I have a large number of files and am forced to move everything in Dropbox.

Ideally i would like to maintain the structure on my desktop and have those files available on my laptop.

Both of my computers are running Windows 8.1 Pro.

Best Answer

If these two computer exist within the same network, you could setup a network share and change the location that these folders are pointing to on each computer (either manually by going into the users directory (In the Explorer Address bar, while logged into the user in question, type %USERPROFILE%) or through GPO).

It's worth noting that the following will only work if both computers remain on the same network (whether that is through a VPN or locally doesn't matter). The second you try accessing your documents on the laptop away from the network that your desktop is on, you will run into problems.

On your desktop:

  1. Click Start
  2. Open Control Panel
  3. Open the Network and Sharing Center
  4. Open Advanced Sharing Settings (In the left hand side bar)

Under Home or Work

  1. Enable Network Discovery
  2. Enable File and Printer Sharing
  3. Hit Save Changes

Close the currently open window.

  1. Open Explorer (Computer)
  2. In the address bar, type %USERPROFILE%
  3. Hit enter
  4. Right click My Documents
  5. Go to properties
  6. Click on the Sharing Tab
  7. Click the share button
  8. Determine how you'd like to setup your sharing permissions (Outside the scope of this question)
  9. Click Share
  10. Click Close

On your laptop:

  1. Click Start
  2. Open Control Panel
  3. Open the Network and Sharing Center
  4. Open Advanced Sharing Settings (In the left hand side bar)

Under Home or Work

  1. Enable Network Discovery
  2. Enable File and Printer Sharing
  3. Hit Save Changes

Close the currently open window.

  1. Open Explorer (Computer)
  2. In the tree-list on the left hand side, navigate to Computer
  3. Click Map Network Drive in the action bar under the address bar
  4. Hit browse
  5. Select the share you'd like to map from your desktop
  6. Hit Ok
  7. Hit Finish

Test to make sure you have access to the new drive

  1. In the address bar, type %USERPROFILE%
  2. Hit enter
  3. Right click My Documents
  4. Go to properties
  5. Click the Location Tab
  6. Click the Move button
  7. Navigate to your newly created drive
  8. Click Select Folder

It will prompt you asking if you'd like to merge your folders, I'd recommend it.

Repeat these directions for any of the other user folders you'd like to remap.

More Information:

https://technet.microsoft.com/en-us/library/cc732275.aspx

Related Question