Re: how to use --checksum-seed ?

2008-10-14 Thread CSights
Thanks Matt,
You are most helpful.

C.

-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: CVS access to rsync repository

2008-10-14 Thread Chris Joelly

thanks Matt!

On Mon, Okt 13, 2008, Matt McCutchen wrote:
 On Mon, 2008-10-13 at 22:39 +0200, Chris Joelly wrote:
  i see lots of error messages with io.c(1123) showing up, but i don't
  know where to get the exact revision of this io.c file?
  
  Can anybody tell me where i can find the CVS repository for example 
  rsync 2.6.9 to get the exact revision of the mentioned file for
  debugging purposes?
 
 The repository uses git version control.  It can be downloaded like
 this:
 
 git clone git://git.samba.org/rsync.git
 
 or browsed on the Web at:
 
 http://gitweb.samba.org/?p=rsync.git
 
 io.c(1123) in rsync 2.6.9 is at:
 
 http://gitweb.samba.org/?p=rsync.git;a=blob;f=io.c;hb=v2.6.9#l1123
 
 Matt

-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: using rsync to get filestats

2008-10-14 Thread Mag Gam
Thanks.

Does rsync use stat()? does find use stat() when running with printf?
I think the stat() is the most expensive part.



On Tue, Oct 14, 2008 at 12:30 AM, Matt McCutchen [EMAIL PROTECTED] wrote:
 On Tue, 2008-10-14 at 00:28 -0400, Mag Gam wrote:
 Great. Thanks matt. I was using the find method, but I want to find a
 better way to get my directory sizes. I suppose a find -printf may
 work.

 find -printf will give you the sizes of the directories (as lists of
 entries) themselves.  If you want subtree sizes, use du.

 Matt


-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


[SCM] rsync branch, b3.0.x, updated. v3.0.5pre1-1-g9189e41

2008-10-14 Thread rsync-cvs
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, b3.0.x has been updated
   via  9189e41f6e2a4afa88cec8b89089401f437818a9 (commit)
  from  6f6f9d1020c8ea2a6f446a9cfdff29a5bfd484fe (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 9189e41f6e2a4afa88cec8b89089401f437818a9
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Tue Oct 14 07:27:56 2008 -0700

Added another file-list filter to handle odd-ball systems that don't
seem to size their sprintf() fields correctly.

---

Summary of changes:
 testsuite/daemon.test |5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
--
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs