Re: logging transfers to a file

2000-09-21 Thread Bennett Todd
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. > >

Re: logging transfers to a file

2000-09-20 Thread Brad Davis
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

logging transfers to a file

2000-09-20 Thread Eric Whiting
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