Skip to content

feat(syncthing): document --temp #923

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
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