<p>I appreciate the suggestions so far but I know how to measure usage with 'du' et al. The hitch here is that I want to exclude files the --filter='dir-merge .rsync-filter' excludes. Hense the thought to use rsync itself. </p>

<div class="gmail_quote">On Oct 6, 2011 11:02 AM, "K S Braunsdorf" <<a href="mailto:ksb@sac.fedex.com">ksb@sac.fedex.com</a>> wrote:<br type="attribution">>>that processes any filter files into --exclude parameters for "du" but<br>
>>recently, I've been wondering if there's an easier way that would use<br>> <br>> If your backups are all on a single partition you might try quot(8)<br>> ("quot -- display disk space occupied by each user").  I wrote a<br>
> very simple perl script to munge quot ouptut to create a "diskhogs"<br>> report about 20 years ago, and I still use it today.  I suggest you<br>> take the output of<br>>     quot -kvf $BACKUP_DEVICE<br>
> <br>> and filter it to fit your needs.  If you can't find a "quot" for your<br>> OS I might have a C program that works as a replacement.<br>> <br>> --ksb at_host <a href="http://sac.fedex.com">sac.fedex.com</a><br>
</div>