nextcloud-desktop/doc/options.rst
Morris Jobke fe102f359c
Build current documentation
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-01-29 01:19:47 +01:00

870 B

You have the option of starting your Nextcloud desktop client with the nextcloud command. The following options are supported:

nextcloud -h or nextcloud --help

Displays all command options.

The other options are:

--logwindow

Opens a window displaying log output.

--logfile <filename>

Write log output to the file specified. To write to stdout, specify - as the filename.

--logdir <name>

Writes each synchronization log output in a new file in the specified directory.

--logexpire <hours>

Removes logs older than the value specified (in hours). This command is used with --logdir.

--logflush

Clears (flushes) the log file after each write action.

--confdir <dirname>

Uses the specified configuration directory.