Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To change the sync folder, open "Settings" option and then click on the "Settings" tab. 

Image RemovedImage Added

You can also change this by overriding the syncclientconfig.xml file

...

  1. Stop the FileCloud Sync App
  2. Change the 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 <value>DEFAULT</value> to <value>H:\data</value>. WARNING: If you set incorrect paths, sync might not work properly.
  3. 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
  4. Restart the Sync app

...


<?xml version="1.0" encoding="UTF-8" ?>
<variantrow>
      <rowentry>
         <name>syncclientlocation</name>
         <type>string</type>
         <value>DEFAULT</value>
      </rowentry>
      <rowentry>
         <name>syncfolderlocation</name>
         <type>string</type>
         <value>DEFAULT</value>
       </rowentry>
</variantrow>

 

...