I have written a small backup script with rsync. I would like to monitor its progress by comparing the total file sizes on the source and destination directories. du Is inaccurate because it measures the disk usage, not the file size, and the disk usage varies between file systems.
How can I summarize the file sizes of an entire directory structure?
