Using cwRsync on Windows, is there any way to get the standard rsync stats at the end? It does not look like '--stats' is an option for cwRsync and verbose does not provide the stats. -- Robert
Hi, cwRsync is implementation of plain vanilla rsync on cygwin and accepts --stats option: ----------- Example --------- C:\Program Files\cwRsync\bin>rsync --stats * tmp skipping directory tmp Number of files: 14 Number of files transferred: 14 Total file size: 6287854 bytes Total transferred file size: 6287854 bytes Literal data: 6287854 bytes Matched data: 0 bytes File list size: 289 File list generation time: 0.010 seconds File list transfer time: 0.000 seconds Total bytes sent: 6289539 Total bytes received: 328 sent 6289539 bytes received 328 bytes 4193244.67 bytes/sec total size is 6287854 speedup is 1.00 ----------------------------------- Rgrds Tev> -----Original Message----- > From: rsync-bounces+tevfik=itefix.no@lists.samba.org > [mailto:rsync-bounces+tevfik=itefix.no@lists.samba.org] On > Behalf Of Robert Fitzpatrick > Sent: Monday, April 24, 2006 7:49 PM > To: rsync > Subject: cwRsync logs > > Using cwRsync on Windows, is there any way to get the > standard rsync stats at the end? It does not look like > '--stats' is an option for cwRsync and verbose does not > provide the stats. > > -- > Robert > > -- > To unsubscribe or change options: > lists.samba.org/mailman/listinfo/rsync > Before posting, read: > catb.org/~esr/faqs/smart-questions.html >