]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
rsyncd.conf: document the temp dir parameter
authorAndrew Tridgell <andrew@tridgell.net>
Wed, 22 Apr 2026 02:14:29 +0000 (12:14 +1000)
committerAndrew Tridgell <andrew@tridgell.net>
Wed, 22 Apr 2026 02:34:58 +0000 (12:34 +1000)
The temp dir parameter was functional but undocumented in the man page.

Fixes: https://github.com/RsyncProject/rsync/issues/820
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
rsyncd.conf.5.md

index 2f257659db7a6ab4599fde25a6775e05bd9ea76b..816687e6cb9a7ced562d29bcdb64c3b6004c34cd 100644 (file)
@@ -1073,6 +1073,16 @@ in the values of parameters.  See that section for details.
     **system()** call's default shell), and use RSYNC_NO_XFER_EXEC to disable
     both options completely.
 
+0.  `temp dir`
+
+    Specifies a directory that rsync should use for temporary files created
+    during the transfer of updated files. If that directory is on a different
+    partition, after transfer file is being copied instead of unlinked. 
+
+    This parameter equals with `--temp-dir` option, so please consult rsync
+    manpage for further information. 
+
+    
 ## CONFIG DIRECTIVES
 
 There are currently two config directives available that allow a config file to