Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion users/syncthing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Synopsis
syncthing [serve]
[--audit] [--auditfile=<file|-|-->] [--browser-only] [--device-id]
[--generate=<dir>] [--gui-address=<address>] [--gui-apikey=<key>]
[--home=<dir> | --config=<dir> --data=<dir>]
[--home=<dir> | --config=<dir> --data=<dir>] [--temp=<temp>]
[--logfile=<filename>] [--logflags=<flags>]
[--log-max-old-files=<num>] [--log-max-size=<num>]
[--no-browser] [--no-console] [--no-restart] [--paths] [--paused]
Expand Down Expand Up @@ -133,6 +133,13 @@ Options
Set data (e.g. database) directory. Alternative to ``--home`` and must be used
together with ``--config``.

.. cmdoption:: --temp=<temp>

Set directory to store temporary files. Temporary file names are hashed to
prevent collisions in the event two files with the same name are being
synced across different folders. Must be on the same filesystem as the
destination folder.

.. cmdoption:: --logfile=<filename>

Set destination filename for logging (use ``"-"`` for stdout, which is the
Expand Down