The ownCloud Desktop Client remains in the background and is visible as an icon in the system tray (Windows, KDE), status bar (Mac OS X), or notification area (Linux).
The status indicator uses overlay icons to indicate the current status of your synchronization. The green circle with the white checkmark tells you that your synchronization is current and you are connected to your ownCloud server.
The blue icon with the white semi-circles means synchronization is in progress.
The yellow overlay icon with the parallel lines tells you your synchronization has been paused. (Most likely by you, by opening the client and clicking Account > Pause.)
The gray icon with three white dots means your sync client has lost its connection with your ownCloud server.
When you see a white circle with the letter “i” that is the informational icon, so you should click it to see what it has to tell you.
The red circle with the white “x” indicates a configuration error, such as an incorrect login or server URL.
The Account window provides a summary for your ownCloud account settings. You can manage which folders and files you want to synchronize, change your account settings, and pause and resume synchronization.
To access and modify the account settings:
The fields and options in this window include:
Connected to <ownCloud instance> as <user> field: Your user account on an ownCloud server.
Add Folder... button: Add another folder to the synchronization process (see Adding a Folder).
Pause/Resume button: Pauses the current sync (or prevents the client from starting a new sync), or resumes the sync process.
Remove button: Removes the selected folder from the sync process. This button is used when you want to synchronize only a few folders and not the root folder.
ownCloud server.
Edit Ignored Files button: Launches the Ignored Files Editor.
Modify Account button: Use this to change your ownCloud server settings by launching the account setup wizard (see accountsetup).
Modify Account button: Use this to change your ownCloud server settings by launching the account setup wizard (see accountsetup).
The Add Folder ... button enables you to add a new local folder to the synchronization process.
To add a new folder:
The Add Folder... window opens
Note
Nested synchronizations are not supported. You cannot add a folder that is already contained within another synchronized folder. In addition, you cannot add a higher level (parent) folder that contains a folder to which you are already synchronizing. By default, the ownCloud Set Up Wizard synchronizes your entire ownCloud account to the root folder of the ownCloud server. If you wish to sync certain specific folders and not the entire root, you must first remove the root folder.
A window opens prompting you to select a remote destination folder on the ownCloud server to synchronize.
Note
A server folder can only be synchronized with a particular client once. If you attempt to sync the root directory, you cannot sync with other folders on the server. Similarly, if you sync with folder /a, you cannot create another sync with /a/b, since b is already being synched.
The Ignored Files Editor provides a list of files that are ignored (that is, not synchronized) by the client and server during synchronizations. You may add additional files or directories that you want to exclude from the synchronization process. In addition to using standard characters, the Ignored Files Editor enables you to use wild cards (for example, using an asterisk ‘*’ to indicate multiple characters or a question mark ‘?’ to indicate a single character).
For additional information see Using the Ignored Files Editor
The Activity window provides an in-depth account of recent synchronization activity. It shows files that have not been synchronized because they are on the ignored files list, or because they cannot be synced due to containing special characters that cannot be stored on certain file systems.
You can open the Activity window in one of the following ways:
The General settings window has options for launching the client at system startup, notifications, and using monochrome icons.
Launch on System Startup checkbox: Provides the option to check (enable) or uncheck (disable) whether the ownCloud Desktop Client launches at system startup. By default, this option is enabled (checked) after you have configured your account.
Show Desktop Nofications checkbox: Provides the option to check (enable) or uncheck (disable) notifications about sync activity.
uncheck (disable) the use of monochrome (visually less obtrusive) icons.
Note
This option can be useful on Mac OS X platforms.
Note
Information in this field can be valuable when submitting a support request.
The Network settings window enables you to define network proxy settings, and also to limit download and upload bandwidth.
No Proxy option: Do not use a proxy.
Use system proxy option: Default setting. Follows the systems proxy settings.
Specify proxy manually as option: Enables you to specify the following custom proxy settings:
example, Squid or Microsoft Forefront TMG).
combination with the OpenSSH dynamic application level forwarding feature (see ssh -D).
number. HTTP proxies typically listen over Ports 8080 (default) or 3128. SOCKS servers typically listen over port 1080.
Proxy Server requires authentication checkbox: Provides the option to check (enable/require) or uncheck (disable/not require) proxy server authentication. When not checked, the proxy server must be configured to allow anonymous usage. When checked, a proxy server username and password is required.
Synchronization of files between a client and server can use a lot of bandwidth, so you can limit how much your ownCloud sync client uses.
The Upload Bandwidth field (for data flowing from the ownCloud client to the server) provides the following options:
You might have some local files or directories that you do not want to backup and store on the server. To identify and exclude these files or directories, you can use the Ignored Files Editor.
For your convenience, the editor is pre-populated with a default list of typical ignore patterns. These patterns are contained in a system file (typically sync-exclude.lst) located in the ownCloud Client application directory. You cannot modify these pre-populated patterns directly from the editor. However, if necessary, you can hover over any pattern in the list to show the path and filename associated with that pattern, locate the file, and edit the sync-exclude.lst file.
Note
Modifying the global exclude definition file might render the client unusable or result in undesired behavior.
Each line in the editor contains an ignore pattern string. When creating custom patterns, in addition to being able to use normal characters to define an ignore pattern, you can use wildcards characters for matching values. As an example, you can use an asterisk (*) to identify an arbitrary number of characters or a question mark (?) to identify a single character.
Patterns that end with a slash character (/) are applied to only directory components of the path being checked.
Note
Custom entries are currently not validated for syntactical correctness by the editor, so you will not see any warnings for bad syntax. If your synchronization does not work as you expected, check your syntax.
Each pattern string in the list is preceded by a checkbox. When the check box contains a check mark, in addition to ignoring the file or directory component matched by the pattern, any matched files are also deemed “fleeting metadata” and removed by the client.
In addition to excluding files and directories that use patterns defined in this list:
For more detailed information see Ignored Files.