2015-04-24 21:34:20 +03:00
|
|
|
You have the option of starting your ownCloud desktop client with the
|
|
|
|
``owncloud`` command. The following options are supported:
|
2014-02-13 19:54:01 +04:00
|
|
|
|
2015-04-24 21:34:20 +03:00
|
|
|
``owncloud -h`` or ``owncloud --help``
|
2014-12-31 22:27:52 +03:00
|
|
|
Displays all command options.
|
2013-02-09 15:23:32 +04:00
|
|
|
|
2015-04-24 21:34:20 +03:00
|
|
|
The other options are:
|
|
|
|
|
2013-02-09 15:23:32 +04:00
|
|
|
``--logwindow``
|
2014-06-26 00:04:33 +04:00
|
|
|
Opens a window displaying log output.
|
2013-02-09 15:23:32 +04:00
|
|
|
|
2013-08-02 13:59:57 +04:00
|
|
|
``--logfile`` `<filename>`
|
2015-04-24 21:34:20 +03:00
|
|
|
Write log output to the file specified. To write to stdout, specify `-`
|
|
|
|
as the filename.
|
2013-06-19 17:06:16 +04:00
|
|
|
|
2013-08-02 13:59:57 +04:00
|
|
|
``--logdir`` `<name>`
|
2015-04-24 21:34:20 +03:00
|
|
|
Writes each synchronization log output in a new file in the specified
|
|
|
|
directory.
|
|
|
|
|
2013-08-02 13:59:57 +04:00
|
|
|
``--logexpire`` `<hours>`
|
2015-04-24 21:34:20 +03:00
|
|
|
Removes logs older than the value specified (in hours). This command is
|
|
|
|
used with ``--logdir``.
|
2013-08-02 13:59:57 +04:00
|
|
|
|
|
|
|
``--logflush``
|
2014-06-26 00:04:33 +04:00
|
|
|
Clears (flushes) the log file after each write action.
|
2013-02-09 15:23:32 +04:00
|
|
|
|
2013-08-02 13:59:57 +04:00
|
|
|
``--confdir`` `<dirname>`
|
2015-04-24 21:34:20 +03:00
|
|
|
Uses the specified configuration directory.
|