Changing FileCloud Sync Cache Folder
FileCloud Sync app stores temporary files in a cache folder.
The default locations of this cache folder are listed below:
- Windows: %APPDATA%\FileCloudSyncData
- Mac OSX: {HomeDir}\FileCloudSyncData
- Linux: {HomeDir}\FileCloudSyncData
This can be changed by overriding the syncclientconfig.xml file
The file is available at the following locations:
- Windows: %APPDATA%\FileCloudSync\syncclientconfig.xml
- Mac OSX: {HomeDir}\FileCloudSync\syncclientconfig.xml
- Linux: {HomeDir}\FileCloudSync\syncclientconfig.xml
To change the default location:
- Stop the FileCloud Sync App.
- Copy the contents of the FileCloudSyncData folder to the new folder (for example, copy it to "H:\FileCloudSyncData)".
Change the syncclientconfig.xml file, and modify the value key of syncclientlocation entry to the new path.
For example, change:<rowentry> <name>syncclientlocation</name> <type>string</type> <value>DEFAULT</value> </rowentry>
to:
<rowentry> <name>syncclientlocation</name> <type>string</type> <value>H:\FileCloudSyncData</value> </rowentry>
- Restart the Sync app