I'm running 5.1-release. I've installed rsync from ports. I've looked at the man pages and only saw where I can specifiy the log format. How do I specify a log file? or must I : rsync -av /test/ /tmp/test > mylog.txt ?
The rsync documentation says that logging goes to stdout:
--log-format=FORMAT
This allows you to specify exactly what the rsync client logs to
stdout on a per-file basis. The log format is specified using
the same format conventions as the log format option in
rsyncd.conf.
...so redirecting the output to the logfile as you've done is right.
-- -Chuck
_______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"