Re: logging mechanism in rsync

2008-12-23 Thread Matt McCutchen
On Tue, 2008-12-23 at 12:20 +0530, Jignesh Shah wrote: Thanks for the info. Basically I want to display all the files which has not transfer because the file has not changed. Can I use --info=skip for this? That would be: - For files that did not need a transfer because they passed

Re: logging mechanism in rsync

2008-12-23 Thread Jignesh Shah
Matt, Could you please tell me why I am getting below errors in rsync 3.0.4? I have rsync 3.0.4 both side. use...@system123:/userid rsync --version rsync version 3.0.4 protocol version 30 Copyright (C) 1996-2008 by Andrew Tridgell, Wayne Davison, and others. Web site: http://rsync.samba.org/

Re: logging mechanism in rsync

2008-12-23 Thread Matt McCutchen
On Wed, 2008-12-24 at 09:37 +0530, Jignesh Shah wrote: Could you please tell me why I am getting below errors in rsync 3.0.4? I have rsync 3.0.4 both side. use...@system123:/userid rsync -avz --debug=exclude --info=skip --info=name2 tmp/* sys2.nyc:/userid/tmp/ rsync: --debug=exclude: unknown

Re: logging mechanism in rsync

2008-12-23 Thread Jignesh Shah
Thanks Matt. I thought V3.0.5 is the latest version. From where I can download 3.1.* ? Is it preview version? Thanks, Jignesh On Wed, Dec 24, 2008 at 9:43 AM, Matt McCutchen m...@mattmccutchen.netwrote: On Wed, 2008-12-24 at 09:37 +0530, Jignesh Shah wrote: Could you please tell me why I am

Re: logging mechanism in rsync

2008-12-22 Thread Jignesh Shah
Matt, Thanks for the info. Basically I want to display all the files which has not transfer because the file has not changed. Can I use --info=skip for this? Thanks, Jignesh On Tue, Dec 16, 2008 at 8:18 PM, Matt McCutchen m...@mattmccutchen.netwrote: On Tue, 2008-12-16 at 16:56 +0530,

logging mechanism in rsync

2008-12-16 Thread Jignesh Shah
Hi Friends, Does rsync V3 has the feature for logging the files which have not been transferred? Its already logs the file which have been transfered. Thanks, Jignesh -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options:

Re: logging mechanism in rsync

2008-12-16 Thread Matt McCutchen
On Tue, 2008-12-16 at 16:56 +0530, Jignesh Shah wrote: Does rsync V3 has the feature for logging the files which have not been transferred? Out of what set do you want to see the files not transferred? - For files hidden by exclude rules, pass -vv (or --debug=exclude if your rsync is new