2000-09-20-22:53:53 Eric Whiting:
> I have used the shell redirection stuff to capture stdout/stderr from
> programs. But this time I'm trying to do a parallel rsync from a single
> server to multiple clients all at the same time. The server has 2G RAM
> and can handle the concurrent rsyncs.
>
>
just add the > /place/where/thelogfiles/arestored .
Just direct the output to a file like that. Nice quick and dirty!
Thanks,
Brad Davis
Cyberport Station
Eric Whiting wrote:
> I understand the log-format option for the rsync command:
>
> --log-format=FORMAT log file transfers using speci
I understand the log-format option for the rsync command:
--log-format=FORMAT log file transfers using specified format
I understand the log option for the rsyncd deamon.
log file
What I want to do is log from the rsync command (not deamon) to a
file. So far all I can get is my log fo