.\" Man page generated from reStructuredText. . .TH "OWNCLOUD" "1" "Dec 28, 2018" "2.5" "ownCloud Client Manual" .SH NAME owncloud \- File synchronisation desktop utility. . .nr rst2man-indent-level 0 . .de1 rstReportMargin \\$1 \\n[an-margin] level \\n[rst2man-indent-level] level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] - \\n[rst2man-indent0] \\n[rst2man-indent1] \\n[rst2man-indent2] .. .de1 INDENT .\" .rstReportMargin pre: . RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .\" .rstReportMargin post: .. .de UNINDENT . RE .\" indent \\n[an-margin] .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] .nr rst2man-indent-level -1 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. owncloud(1) ———— .sp \fIowncloud\fP [\fIOPTIONS\fP\&...] .sp The ownCloud Client is a file synchronization desktop utility. It synchronizes files on your local computer, tablet, or handheld device with an ownCloud Server. If you make a change to the files on one device, the change is propagated to all other synchronized devices using the desktop synchronization clients. .sp Normally, you start the client by clicking on the desktop icon or by starting it from the client application menu. After starting, an ownCloud icon appears in the computer system tray or on your tablet or handheld device. .sp You have the option of starting your ownCloud desktop client with the \fBowncloud\fP command. The following options are supported: .INDENT 0.0 .TP .B \fBowncloud \-h\fP or \fBowncloud \-\-help\fP Displays all command options. .UNINDENT .sp The other options are: .INDENT 0.0 .TP .B \fB\-\-logwindow\fP Opens a window displaying log output. .TP .B \fB\-\-logfile\fP \fI\fP Write log output to the file specified. To write to stdout, specify \fI\-\fP as the filename. .TP .B \fB\-\-logdir\fP \fI\fP Writes each synchronization log output in a new file in the specified directory. .TP .B \fB\-\-logexpire\fP \fI\fP Removes logs older than the value specified (in hours). This command is used with \fB\-\-logdir\fP\&. .TP .B \fB\-\-logflush\fP Clears (flushes) the log file after each write action. .TP .B \fB\-\-logdebug\fP Also output debug\-level messages in the log (equivalent to setting the env var QT_LOGGING_RULES="qt.*=true;*.debug=true"). .UNINDENT .sp ) .INDENT 0.0 .TP .B \fB\-\-confdir\fP \fI\fP Uses the specified configuration directory. .UNINDENT .sp The ownCloud Client reads a configuration file. You can locate this configuration file as follows: .INDENT 0.0 .TP .B On Linux distributions: \fB$HOME/.config/ownCloud/owncloud.cfg\fP .TP .B On Microsoft Windows systems: \fB%APPDATA%\eownCloud\eowncloud.cfg\fP .TP .B On MAC OS X systems: \fB$HOME/Library/Preferences/ownCloud/owncloud.cfg\fP .UNINDENT .sp The configuration file contains settings using the Microsoft Windows .ini file format. You can overwrite changes using the ownCloud configuration dialog. .sp \fBNOTE:\fP .INDENT 0.0 .INDENT 3.5 Use caution when making changes to the ownCloud Client configuration file. Incorrect settings can produce unintended results. .UNINDENT .UNINDENT .sp Some interesting values that can be set on the configuration file are: .TS center; |l|l|l|. _ T{ \fB[ownCloud]\fP section T} _ T{ Variable T} T{ Default T} T{ Meaning T} _ T{ \fBremotePollInterval\fP T} T{ \fB30000\fP T} T{ Specifies the poll time for the remote repository in milliseconds. T} _ T{ \fBforceSyncInterval\fP T} T{ \fB7200000\fP T} T{ The duration of no activity after which a synchronization run shall be triggered automatically. T} _ T{ \fBfullLocalDiscoveryInterval\fP T} T{ \fB3600000\fP T} T{ The interval after which the next synchronization will perform a full local discovery. T} _ T{ \fBnotificationRefreshInterval\fP T} T{ \fB300000\fP T} T{ Specifies the default interval of checking for new server notifications in milliseconds. T} _ .TE .TS center; |l|l|l|. _ T{ \fB[General]\fP section T} _ T{ Variable T} T{ Default T} T{ Meaning T} _ T{ \fBchunkSize\fP T} T{ \fB5242880\fP T} T{ Specifies the chunk size of uploaded files in bytes. T} _ T{ \fBpromptDeleteAllFiles\fP T} T{ \fBtrue\fP T} T{ If a UI prompt should ask for confirmation if it was detected that all files and folders were deleted. T} _ T{ \fBmaxLogLines\fP T} T{ \fB20000\fP T} T{ Specifies the maximum number of log lines displayed in the log window. T} _ T{ \fBtimeout\fP T} T{ \fB300\fP T} T{ The timeout for network connections in seconds. T} _ T{ \fBmoveToTrash\fP T} T{ \fBfalse\fP T} T{ If non\-locally deleted files should be moved to trash instead of deleting them completely. This option only works on linux T} _ T{ \fBshowExperimentalOptions\fP T} T{ \fBfalse\fP T} T{ Whether to show experimental options that are still undergoing testing in the user interface. Turning this on does not enable experimental behavior on its own. It does enable user inferface options that can be used to opt in to experimental features. T} _ .TE .TS center; |l|l|l|. _ T{ \fB[Proxy]\fP section T} _ T{ Variable T} T{ Default T} T{ Meaning T} _ T{ \fBhost\fP T} T{ \fB127.0.0.1\fP T} T{ The address of the proxy server. T} _ T{ \fBport\fP T} T{ \fB8080\fP T} T{ The port were the proxy is listening. T} _ T{ \fBtype\fP T} T{ \fB2\fP T} T{ \fB0\fP for System Proxy. T} _ T{ \fB1\fP for SOCKS5 Proxy. T} _ T{ \fB2\fP for No Proxy. T} _ T{ \fB3\fP for HTTP(S) Proxy. T} _ .TE .sp Please report bugs at \fI\%https://github.com/owncloud/client/issues\fP\&. .sp \fBowncloudcmd(1)\fP .SH AUTHOR The ownCloud developers .SH COPYRIGHT 2013-2018, The ownCloud developers .\" Generated by docutils manpage writer. .