Skip to content

Commit e9dbc8d

Browse files
tridgeclaude
andcommitted
rsyncd.conf: document the temp dir parameter
The temp dir parameter was functional but undocumented in the man page. Fixes: #820 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent bd2dbd2 commit e9dbc8d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

rsyncd.conf.5.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1073,6 +1073,16 @@ in the values of parameters. See that section for details.
10731073
**system()** call's default shell), and use RSYNC_NO_XFER_EXEC to disable
10741074
both options completely.
10751075

1076+
0. `temp dir`
1077+
1078+
Specifies a directory that rsync should use for temporary files created
1079+
during the transfer of updated files. If that directory is on a different
1080+
partition, after transfer file is being copied instead of unlinked.
1081+
1082+
This parameter equals with `--temp-dir` option, so please consult rsync
1083+
manpage for further information.
1084+
1085+
10761086
## CONFIG DIRECTIVES
10771087

10781088
There are currently two config directives available that allow a config file to

0 commit comments

Comments
 (0)