On Mon 10 Mar 2003, Stefan Nehlsen wrote: > > I have upgraded an rsyncd Server to 2.5.6. > > When I upload files using > > rsync -rv --stats --progress /bla/content/ [EMAIL PROTECTED]::bla > > I noticed that the client was relative quite while lots of lines listing > directory names are or deleting files show up in the rsyncd log:
Well, the receiving side of an rsync session is the only one that knows about what files are being deleted. The sending side can show progress info on files being sent, because it's actually sending them (duh :-). So I don't see how the logging about what's being deleted could be changed in this case. Paul Slootman -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html
