The FileCloud Sync app stores synchronized files at the following default locations:
-
Windows: C:\users\<user>\Documents\FileCloud
-
Mac OSX: {HomeDir}\FileCloud
-
Linux: {HomeDir}\FileCloud
To change the Sync folder location:
-
In your system tray, right-click the Sync icon, and choose Open.
The mini-dashboard opens. -
At the bottom of the mini-dashboard, click Settings
The main dashboard opens to the Settings screen. -
Across from Sync Folder Location, click Change.
Your content explorer opens. -
Choose a new Sync folder.
At the bottom of the Settings screen, the message Changes Saved. Restart Sync to apply the changes is shown. -
Restart Sync.
You can also change the Sync folder location in the syncclientconfig.xml file
The file is available at one of the following locations:
-
Windows: %APPDATA%\FileCloudSync\syncclientconfig.xml
-
Mac OSX: {HomeDir}\syncclientconfig.xml
-
Linux: {HomeDir}\syncclientconfig.xml
To change the default location:
-
Stop the FileCloud Sync App.
-
Open syncclientconfig.xml file, and modify the value key of syncfolderlocation entry to the path you want.
For example, if you want synchronized files to store at H:\data change:<rowentry> <name>syncfolderlocation</name> <type>string</type> <value>DEFAULT</value> </rowentry>to
<rowentry> <name>syncfolderlocation</name> <type>string</type> <value>H:\data</value> </rowentry> -
WARNING: If you set incorrect paths, sync might not work properly.
-
Make sure to copy all the files (if you had synced files earlier) from the old sync folder to the new location, e.g. H:\data\FileCloud
-
Restart the Sync app.