Skip to content
This repository was archived by the owner on Oct 13, 2020. It is now read-only.

How to exclude folders from synchronization

Till Lorentzen edited this page Jul 20, 2013 · 1 revision

Hot to exclude folder from synchronization

At the moment, there is no GUI available to edit this settings. Editing of the config.xml is needed to exclude local and/or remote folder from sync.

Example

To exclude the "trash" folder in the root of your repository folder, simply add this XML Element inside your folder config:

`...

<folder>

  ...

  ...

  <ignoredFolder path="/trash" />

</folder>

...`