Note: In the future, please Cc the rsync list in your responses so
that others can help you if I become unavailable and so that future
users can refer to your message.

On 9/15/07, Hugo Connery <[EMAIL PROTECTED]> wrote:
> I want to obtain summary statistics grouped by file owner and access times.   
>  i.e at the
> end of the operation report for each user the number of bytes that the user 
> has stored
> that has been accessed within a group of time periods (last 3 months, 3-6 
> months, 6-12 months etc.)
> This basically forms a table of data sizes.

The calculation of these statistics appears to be completely
orthogonal to what rsync is doing (copying files).  Unless keeping the
number of stat(2) calls low is critical in your scenario, I think it
would be much easier and more appropriate to write a separate script
to calculate the statistics.

Matt
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to