2018-01-29 03:15:00 +03:00
|
|
|
You have the option of starting your Nextcloud desktop client with the
|
|
|
|
``nextcloud`` command. The following options are supported:
|
2014-02-13 19:54:01 +04:00
|
|
|
|
2018-01-29 03:15:00 +03:00
|
|
|
``nextcloud -h`` or ``nextcloud --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
|
|
|
|
2018-07-11 18:51:20 +03:00
|
|
|
``--logdebug``
|
|
|
|
Also output debug-level messages in the log (equivalent to setting the env var QT_LOGGING_RULES="qt.*=true;*.debug=true").
|
|
|
|
|
2013-08-02 13:59:57 +04:00
|
|
|
``--confdir`` `<dirname>`
|
2017-02-20 12:52:22 +03:00
|
|
|
Uses the specified configuration directory.
|
2021-05-28 19:18:32 +03:00
|
|
|
|
|
|
|
``--background``
|
|
|
|
Launch the application in the background (i.e. without opening the main dialog).
|