Re: log remote

2005-08-24 Thread Wayne Davison
On Tue, Aug 23, 2005 at 01:34:38PM +0200, Judith Flo wrote: > Is there any way to log the output of rsync when running through ssh? Your only choices are (1) to capture the output of --verbose or --log-format to a file (on the client side) and send that to the server, or (2) use the daemon-over-ss

log remote

2005-08-23 Thread Judith Flo
Hi, Is there any way to log the output of rsync when running through ssh? I mean, when i run rsync, from local to server, with -rsh option, I get local output from rsync. The problem is that i need to keep and analyze this information in servers side.. How can i get this information? I know i can