Device Configuration XML For Server Sync

Client Device configuration settings can be configured remotely using policies.

For most clients, if the user changes the configuration locally, then the remote settings configured by the Administrator will override those settings the next time the client refreshes its settings.

To set a device configuration for a policy:

  1. Open a browser and log in the Admin Portal.
  2. From the left navigation pane, select Settings.
  3. To open the list of policies, select the Policies tab.
  4. Click the the edit icon for the policy that you want to configure.
  5. Click on the Device Configuration tab.
  6. In Client Configuration, paste or type in the following remote device configuration XML. 

    <xml>
         <fssync>
            <!-- XML for ServerSync App -->
          </fssync>
    </xml>
  7. Replace the <!-- XML for ServerSync App  --> line with the parameters that you need using the descriptions in Table 1. 


Table 1. The following XML tags are supported for the ServerSync device configuration.

XML Tag

Value

Example

limit_folder_countNumber of folders to sync. If key is not specified, then there are no folders to sync.<limit_folder_count>0</limit_folder_count>

limit_folder_1

limit_folder_2

limit_folder_3

...

Depending upon the number of folders specified in the limit_folder_count, you will need to have the appropriate number of entries.

The folder value is specified using 5 parameters using the following format
<REMOTE FOLDER>|<LOCAL FOLDER>|<PERMISSIONS>|<SYNC TYPE>|<SYNC DISABLED>

<REMOTE FOLDER> = E.g.: /john/folder1

<LOCAL FOLDER> = E.g: C:\data\localfolder

<PERMISSION> = 1 - Allow NTFS permissions to be applied to local folder as per permissions of the folder on the remote Server, 0 - Deny NTFS permissions to be applied

<SYNC TYPE> = 0 (2-way sync) or 1 (remote to local sync).

<SYNC DISABLED> = 0 (enabled) or 1 (disabled).


<limit_folder_1>/john/folder1|C:\data\local|0|1|0</limit_folder_1>
disablenotifications0/1 - Enable or Disable sync notifications<disablenotifications>1</disablenotifications>
syncfrequencynumber - Number in seconds to sync to the server (default is 120 seconds)<syncfrequency>100</syncfrequency>
checkmodtime0/1 - Advanced: check modification time in addition to size when checking for changes. Default is disabled.<checkmodtime>1</checkmodtime>
checkcrc0/1 - Advanced: check CRC in addition to size when checking for changes. Default is disabled.<checkcrc>1</checkcrc>
deleteapprovalpctNumber from 0 to 100, which indicates what % of files being deleted requires approval. Default is 10.
This applies only to file deletions in the local sync folder.
<deleteapprovalpct>20</deleteapprovalpct>
skipdeleteapproval0/1 - Whether approvals are needed for bulk sync deletions. Default is disabled.
When set to 1, approval is required if > 50 files are deleted AND percent of files being deleted is > deleteapprovalpct.
This applies only to file deletions in the local sync folder.
<skipdeleteapproval>1</skipdeleteapproval>
currentlanguageAllows changing the current language of the Server sync app<currentlanguage>dutch</currentlanguage>