search for: command_line_log

Displaying 1 result from an estimated 1 matches for "command_line_log".

2009 Feb 19
0
--log-file not overriding "log file"
...ith 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/ ./dest/ $ cat logs/command_line_log 2009/02/18 13:52:08 [5698] rsyncd version 3.0.5 starting, listening on port 8080 2009/02/18 13:52:10 [5714] connect from localhost (127.0.0.1) $ cat logs/rsyncd_conf_log_file 2009/02/18 13:52:10 [5714] rs...