Get help

How do I sync folders outside of the Sync folder on Mac?

Symbolic Links are synced to the cloud in intervals of 20 minutes as long as no other processes are taking place in Sync.

You cannot make the Sync folder a symlink. You’ll need to create your symlinks inside the Sync folder. You should also be sure to set the correct permissions for the folders.

Lastly, overlays are not visible on symlinked folders.

On Mac, you will use the Command Terminal.

Open the Terminal

1. Open the Finder from the Dock
2. Under Favorites click Applications
3. In Applications double click Utilities
4. In Utilities, double-click Terminal

Screen Shot 2015-06-11 at 11.30.46 AM

 

Create the Symbolic Link

For example, to sync your ‘Documents’ folder, copy and paste the command in Terminal:

ln -s /Users/username/Documents /Users/username/Desktop/Sync/Documents

*Replace username with your actual username

*The first path being the folder you want to sync and the second path being your Sync folder location plus the name of the folder you want to symlink

Screen Shot 2015-06-11 at 12.40.15 PM

When a symlink is created successfully you’ll see your folder in the sync folder. If you get an error like “The operation can’t be completed because the original item can’t be found.” Make sure to check your spelling and remember Terminal is case sensitive.

Screen Shot 2015-06-11 at 2.48.31 PM

Another example, creating a link to a folder that has spaces in it’s name:

ln -s /Users/username/Downloads/Test\ Folder /Users/username/Desktop/Sync/Test\ Folder

*Replace username with your actual username

In this example, because there is a space between the words ‘Test’ and ‘Folder’ a backslash is entered before the space to signify the space is part of the name that is being entered

Tips: Finding your username and folder location

If you are unsure of your username, type the command whoami into the Terminal and press enter

Screen Shot 2015-06-11 at 1.08.38 PM

If you’re unsure of your sync folder location you can use the Finder to find out where the Sync folder is located:

1. Open the Finder from the Dock
2. Navigate to the folder you want included in sync and right click
3. Click ‘Get Info’
4. Under ‘Where’ will be the folder pathname

Screen Shot 2015-06-11 at 12.53.57 PM

*In this example the sync folder is in /users/maxwell/ , which means you would enter /Users/maxwell/Sync as the path in the ln command






Copyright © 2024 Sync.com, Inc.
Terms of service · Privacy policy · GDPR