'\" t .\" Man page generated from reStructuredText. . . .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 .. .TH "NEXTCLOUD" "1" "Feb 05, 2024" "3.11" "Nextcloud Client Manual" .SH NAME nextcloud \- File synchronisation desktop utility. nextcloud(1) ———— .sp \fInextcloud\fP [\fIOPTIONS\fP\&...] .sp The nextCloud Client is a file synchronization desktop utility. It synchronizes files on your local computer, tablet, or handheld device with an nextCloud 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 nextCloud icon appears in the computer system tray or on your tablet or handheld device. .sp You have the option of starting your Nextcloud desktop client with the \fBnextcloud\fP command. The following options are supported: .INDENT 0.0 .TP .B \fBnextcloud \-h\fP or \fBnextcloud \-\-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=\(dqqt.*=true;*.debug=true\(dq). .TP .B \fB\-\-confdir\fP \fI\fP Uses the specified configuration directory. .TP .B \fB\-\-background\fP Launch the application in the background (i.e. without opening the main dialog). .UNINDENT .sp The Nextcloud Client reads a configuration file. You can locate this configuration file as follows: .INDENT 0.0 .TP .B On Linux distributions: \fB$HOME/.config/Nextcloud/nextcloud.cfg\fP .TP .B On Microsoft Windows systems: \fB%APPDATA%\eNextcloud\enextcloud.cfg\fP .TP .B On macOS systems: \fB$HOME/Library/Preferences/Nextcloud/nextcloud.cfg\fP .UNINDENT .sp The configuration file contains settings using the Microsoft Windows .ini file format. You can overwrite changes using the Nextcloud configuration dialog. .sp \fBNOTE:\fP .INDENT 0.0 .INDENT 3.5 Use caution when making changes to the Nextcloud 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[Nextcloud]\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{ \fB10000000\fP (10 MB) T} T{ Specifies the chunk size of uploaded files in bytes. The client will dynamically adjust this size within the maximum and minimum bounds (see below). T} _ T{ \fBminChunkSize\fP T} T{ \fB1000000\fP (1 MB) T} T{ Specifies the minimum chunk size of uploaded files in bytes. T} _ T{ \fBmaxChunkSize\fP T} T{ \fB1000000000\fP (1000 MB) T} T{ Specifies the maximum chunk size of uploaded files in bytes. T} _ T{ \fBtargetChunkUploadDuration\fP T} T{ \fB60000\fP (1 minute) T} T{ Target duration in milliseconds for chunk uploads. The client adjusts the chunk size until each chunk upload takes approximately this long. Set to 0 to disable dynamic chunk sizing. 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{ \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 interface options that can be used to opt in to experimental features. T} _ T{ \fBshowMainDialogAsNormalWindow\fP T} T{ \fBfalse\fP T} T{ Whether the main dialog should be shown as a normal window even if tray icons are available. 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/nextcloud/client/issues\fP\&. .sp \fBnextcloudcmd(1)\fP .SH AUTHOR The Nextcloud developers .SH COPYRIGHT 2013-2024, The Nextcloud developers .\" Generated by docutils manpage writer. .