Displaying 1 result from an estimated 1 matches for "rsyncd_conf_log_fil".
Did you mean:
rsyncd_conf_log_file
2009 Feb 19
0
--log-file not overriding "log file"
...vior
regarding this... it appears that while startup and connect information
is written to the command-line log, the transfer information is still
written to the rsyncd.conf log file. All tests are done with rsync
3.0.5, and have been tested with 2.6.6 as well.
rsyncd.conf:
log file = logs/rsyncd_conf_log_file
transfer logging = yes
[foo]
path = src
use chroot = false
Reproduced:
$ mkdir /tmp/rsync
$ cd /tmp/rsync
$ mkdir src dest logs
$ touch src/{a,b,c}
$ rsync --daemon --config=rsyncd.conf --log-file=logs/command_line_log
--port=8080
$ rsync -a --port=8080 localhost::foo/...