diff --git a/users/syncthing.rst b/users/syncthing.rst index e22e1c9e..e0a15cdb 100644 --- a/users/syncthing.rst +++ b/users/syncthing.rst @@ -12,7 +12,7 @@ Synopsis syncthing [serve] [--audit] [--auditfile=] [--browser-only] [--device-id] [--generate=] [--gui-address=
] [--gui-apikey=] - [--home= | --config= --data=] + [--home= | --config= --data=] [--temp=] [--logfile=] [--logflags=] [--log-max-old-files=] [--log-max-size=] [--no-browser] [--no-console] [--no-restart] [--paths] [--paused] @@ -133,6 +133,13 @@ Options Set data (e.g. database) directory. Alternative to ``--home`` and must be used together with ``--config``. +.. cmdoption:: --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= Set destination filename for logging (use ``"-"`` for stdout, which is the